[PATCH] D52109: [TwoAddressInstructionPass] Don't update SrcRegMap for copies inserted for tied register constraint when the src isn't killed

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 13:45:08 PDT 2018


craig.topper added inline comments.


================
Comment at: test/CodeGen/X86/avx512-regcall-NoMask.ll:1052
+; LINUXOSX64-NEXT:    addl %r15d, %r10d
+; LINUXOSX64-NEXT:    movl %r10d, %eax
 ; LINUXOSX64-NEXT:    popq %rbx
----------------
This is an increase in instructions. :(


https://reviews.llvm.org/D52109





More information about the llvm-commits mailing list