aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/AVR/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/AVR/TODO.md')
-rw-r--r--lib/Target/AVR/TODO.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Target/AVR/TODO.md b/lib/Target/AVR/TODO.md
new file mode 100644
index 000000000000..3a333355646d
--- /dev/null
+++ b/lib/Target/AVR/TODO.md
@@ -0,0 +1,7 @@
+# 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)
+```
+