[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
Wed Jul 6 01:22:59 PDT 2016


vivekvpandya added inline comments.

================
Comment at: test/CodeGen/X86/ipra-local-linkage.ll:8
@@ +7,3 @@
+; When IPRA is not enabled R15 will be saved by foo as it is callee saved reg.
+; NOIPRA-LABEL: foo:
+; NOIPRA: pushq	%r15
----------------
mehdi_amini wrote:
> Hasn't been fixed apparently.
Yes, it has fixed, Sorry that come again as I modified an older version of it while doign git reset --soft ...


http://reviews.llvm.org/D21561





More information about the llvm-commits mailing list