[PATCH] D21561: [IPRA] Set callee saved registers to none for local function when IPRA is enabled.

Vivek Pandya via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 11:41:34 PDT 2016


vivekvpandya added inline comments.

================
Comment at: test/CodeGen/X86/ipra-local-linkage.ll:7
@@ +6,3 @@
+
+define void @bar() #0 {
+  call void @foo()
----------------
MatzeB wrote:
> The metadata `#0` referenced here doesn't exist, I am surprised this even parses...
oh sorry that is there due to copy paste from similar earlier test case.


http://reviews.llvm.org/D21561





More information about the llvm-commits mailing list