mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 12:32:21 +00:00
[Hexagon] Enable subregister liveness tracking
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279642 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dff4c003ac
commit
8f3d1c879f
@ -66,7 +66,7 @@ static cl::opt<bool> DisableHexagonMISched("disable-hexagon-misched",
|
||||
cl::desc("Disable Hexagon MI Scheduling"));
|
||||
|
||||
static cl::opt<bool> EnableSubregLiveness("hexagon-subreg-liveness",
|
||||
cl::Hidden, cl::ZeroOrMore, cl::init(false),
|
||||
cl::Hidden, cl::ZeroOrMore, cl::init(true),
|
||||
cl::desc("Enable subregister liveness tracking for Hexagon"));
|
||||
|
||||
static cl::opt<bool> OverrideLongCalls("hexagon-long-calls",
|
||||
|
Loading…
x
Reference in New Issue
Block a user