[PATCH] D21551: AMDGPU: fix local stack slot allocation bugs

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 13:54:43 PDT 2016


arsenm added inline comments.

================
Comment at: test/CodeGen/AMDGPU/local-stack-slot-bug.ll:9
@@ +8,3 @@
+; CHECK-LABEL: {{^}}main:
+define amdgpu_ps float @main(i32 %idx) {
+main_body:
----------------
This should check a few of the stack instructions for the add to the pointer operand


http://reviews.llvm.org/D21551





More information about the llvm-commits mailing list