[PATCH] D19147: AMDGPU: Enable LocalStackSlotAllocation pass

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 23:02:28 PDT 2016


mgrang added a subscriber: mgrang.

================
Comment at: lib/Target/AMDGPU/SIRegisterInfo.cpp:335
@@ +334,3 @@
+  if (Offset == 0) {
+    llvm_unreachable("this ever hapens");
+    BuildMI(*MBB, MI, DL, TII->get(AMDGPU::V_MOV_B32_e32), NewReg)
----------------
Typo: "This never happens."


http://reviews.llvm.org/D19147





More information about the llvm-commits mailing list