[PATCH] D18902: X86: Use a callee save register for the swiftself parameter.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 14:42:48 PDT 2016
MatzeB marked 8 inline comments as done.
MatzeB added a comment.
Thanks for the review.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:3869
@@ -3850,1 +3868,3 @@
+ }
+ }
}
----------------
Yes should be possible to factor this out into TargetLower, I will do an NFC refactoring commit afterwards.
Repository:
rL LLVM
http://reviews.llvm.org/D18902
More information about the llvm-commits
mailing list