[PATCH] D22074: GlobalISel: legalization policy class

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 12:08:15 PDT 2016


t.p.northover marked an inline comment as done.

================
Comment at: include/llvm/CodeGen/GlobalISel/MachineLegalizer.h:67
@@ +66,3 @@
+    Custom,
+  };
+
----------------
arsenm wrote:
> There's one value left in uint8_t, can we make it be unsupported? We custom lower a variety of operations now just to emit an error saying they don't work
Bother, I hadn't ignored you last time but that seems to have ended up in the wrong patch. I'll relocate it.


Repository:
  rL LLVM

http://reviews.llvm.org/D22074





More information about the llvm-commits mailing list