[PATCH] D14948: [X86] Use precise CFI for pushes by default
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 05:41:49 PST 2015
mkuper created this revision.
mkuper added reviewers: rafael, rnk, DavidKreitzer.
mkuper added a subscriber: llvm-commits.
As discussed on the list, this always generates precise CFI.
I'd still like to hook up the imprecise behavior to a switch, but I'm not sure exactly what kind of switch. So I'd like to leave the other option in, but temporary dead. If there's a strong objection to that, I'll pull it out completely, and re-introduce later.
http://reviews.llvm.org/D14948
Files:
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/MachineModuleInfo.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86MCInstLower.cpp
test/CodeGen/X86/push-cfi.ll
test/CodeGen/X86/tls-pie.ll
test/CodeGen/X86/win32-pic-jumptable.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14948.41032.patch
Type: text/x-patch
Size: 8028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151124/aa97bb36/attachment.bin>
More information about the llvm-commits
mailing list