[PATCH] D18901: ARM: Use a callee save register for the swiftself parameter.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 11:09:47 PDT 2016


rengolin added inline comments.

================
Comment at: lib/Target/ARM/ARMISelLowering.cpp:2225
@@ +2224,3 @@
+	const MachineRegisterInfo &MRI = MF.getRegInfo();
+	if (MRI.getLiveInPhysReg(ArgReg) != Reg)
+	  return false;
----------------
This part seems oddly formatted...


Repository:
  rL LLVM

http://reviews.llvm.org/D18901





More information about the llvm-commits mailing list