xref: /freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/TODO.md (revision 0b57cec536236d46e3dba9bd041533462f33dbb7)
1*0b57cec5SDimitry Andric# Write an XFAIL test for this `FIXME` in `AVRInstrInfo.td`
2*0b57cec5SDimitry Andric
3*0b57cec5SDimitry Andric```
4*0b57cec5SDimitry Andric// :FIXME: DAGCombiner produces an shl node after legalization from these seq:
5*0b57cec5SDimitry Andric// BR_JT -> (mul x, 2) -> (shl x, 1)
6*0b57cec5SDimitry Andric```
7*0b57cec5SDimitry Andric
8