summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/read-fp-no-frame-pointer.ll
Commit message (Collapse)AuthorAgeFilesLines
* Allow {e,r}bp as the target of {read,write}_register.Pat Gavlin2015-07-091-0/+12
This patch allows the read_register and write_register intrinsics to read/write the RBP/EBP registers on X86 iff the targeted register is the frame pointer for the containing function. Differential Revision: http://reviews.llvm.org/D10977 llvm-svn: 241827
OpenPOWER on IntegriCloud