[PATCH] D58232: GlobalISel: Don't materialize immarg arguments to intrinsics

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 09:52:43 PDT 2019


paquette added inline comments.


================
Comment at: test/TableGen/immarg.td:27-31
+// FIXME: This should not crash, but should it work or be an error?
+// def : Pat <
+//   (int_mytarget_sleep1 timm:$src),
+//   (SLEEP1 imm:$src)
+// >;
----------------
Does this still crash?

Would it be possible to make it just error for now, saying it's currently unsupported?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58232/new/

https://reviews.llvm.org/D58232





More information about the llvm-commits mailing list