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