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