[PATCH] D27706: [ARM] GlobalISel: Support i1 add and ABI extensions

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 11:41:41 PST 2016


t.p.northover added inline comments.


================
Comment at: lib/Target/ARM/ARMInstructionSelector.cpp:108
+    isSExt = true;
+  // Fallthrough!
   case G_ZEXT: {
----------------
We've got an `LLVM_FALLTHROUGH` for this so that the actual attribute is used when available.


https://reviews.llvm.org/D27706





More information about the llvm-commits mailing list