]> granicus.if.org Git - clang/commit
Added flag to disable isel instruction on PPC target. Using regular branches instead...
authorOlivier Sallenave <ohsallen@us.ibm.com>
Thu, 9 Apr 2015 17:38:50 +0000 (17:38 +0000)
committerOlivier Sallenave <ohsallen@us.ibm.com>
Thu, 9 Apr 2015 17:38:50 +0000 (17:38 +0000)
commit2273bdf2adc3448fdce5b9fb9b921560aa404b16
tree9d9d3c2c9c6e01f7968cfade5c3821aee9a689c4
parentb151ee84767d064394c94649231e79eb1bd7d72f
Added flag to disable isel instruction on PPC target. Using regular branches instead of isel is more efficient in some cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234509 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/Driver/ppc-features.cpp