[PATCH] D115002: [ASan] Changed intrisic implemenation to use PLT safe registers.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 3 06:40:54 PST 2021


morehouse added inline comments.


================
Comment at: llvm/lib/Target/X86/X86RegisterInfo.td:437
-                              (add RAX, RCX, RDX, RSI, RDI, R9, R10, R11,
-                                   RBX, R14, R15, R12, R13, RBP, RSP)>;
 
----------------
Why is RSP gone now?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115002/new/

https://reviews.llvm.org/D115002



More information about the llvm-commits mailing list