[PATCH] D33888: [GlobalISel][X86] Fold FI/G_GEP into LDR/STR instruction addressing mode.

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 00:01:28 PDT 2017


zvi added inline comments.


================
Comment at: lib/Target/X86/X86InstructionSelector.cpp:376
+  X86AddressMode AM;
+  if (!X86SelectAddress(*MRI.getVRegDef(I.getOperand(1).getReg()), AM, MRI))
+    return false;
----------------
Should we exit when optimizations are disabled?


https://reviews.llvm.org/D33888





More information about the llvm-commits mailing list