Mercurial > hg > CbC > CbC_llvm
view lib/Target/AVR/TODO.md @ 137:dc788094b8e4
force SROA and TailRecursionElimination on non optimize mode for code segment
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 06 Mar 2018 08:58:23 +0900 |
parents | 1172e4bd9c6f |
children |
line wrap: on
line source
# Write an XFAIL test for this `FIXME` in `AVRInstrInfo.td` ``` // :FIXME: DAGCombiner produces an shl node after legalization from these seq: // BR_JT -> (mul x, 2) -> (shl x, 1) ```