[PATCH] D40894: [XRay][compiler-rt+llvm] Update XRay trampoline CFI and register stashing semantics

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 16:40:12 PST 2018


echristo added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:2541
+                                         MachineBasicBlock *MBB,
+                                         const TargetRegisterInfo *TRI) const;
 };
----------------
AFAICT you don't use TRI in the implementation?


https://reviews.llvm.org/D40894





More information about the llvm-commits mailing list