[PATCH] D14792: Have 'optnone' respect -fast-isel=false
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 15:31:21 PST 2015
probinson created this revision.
probinson added reviewers: echristo, dsanders.
probinson added a subscriber: llvm-commits.
Herald added subscribers: dsanders, qcolombet.
The 'optnone' attribute was forcing FastISel on. For debugging 'optnone' issues, it would be useful to be able to disable this from the command line, so now the -fast-isel option will factor into the decision to enable FastISel for 'optnone' functions.
http://reviews.llvm.org/D14792
Files:
docs/LangRef.rst
include/llvm/Target/TargetMachine.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll
test/Feature/optnone-llc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14792.40573.patch
Type: text/x-patch
Size: 5112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151118/a4734798/attachment.bin>
More information about the llvm-commits
mailing list