[PATCH] D40894: [XRay][compiler-rt+llvm] Update XRay trampoline CFI and register stashing semantics
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 16:56:43 PST 2018
dberris added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:2541
+ MachineBasicBlock *MBB,
+ const TargetRegisterInfo *TRI) const;
};
----------------
echristo wrote:
> AFAICT you don't use TRI in the implementation?
Good catch, yes -- removed.
https://reviews.llvm.org/D40894
More information about the llvm-commits
mailing list