xref: /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/TODO.md (revision 5d3e7166f6a0187fa3f8831b16a06bd9955c21ff)
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