mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Improve descriptions of combiner-alias-analysis and combiner-global-alias-analysis
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200087 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
85ae0340ba
commit
f62acf3c54
@ -50,11 +50,11 @@ STATISTIC(SlicedLoads, "Number of load sliced");
|
||||
namespace {
|
||||
static cl::opt<bool>
|
||||
CombinerAA("combiner-alias-analysis", cl::Hidden,
|
||||
cl::desc("Turn on alias analysis during testing"));
|
||||
cl::desc("Enable DAG combiner alias-analysis heuristics"));
|
||||
|
||||
static cl::opt<bool>
|
||||
CombinerGlobalAA("combiner-global-alias-analysis", cl::Hidden,
|
||||
cl::desc("Include global information in alias analysis"));
|
||||
cl::desc("Enable DAG combiner's use of IR alias analysis"));
|
||||
|
||||
/// Hidden option to stress test load slicing, i.e., when this option
|
||||
/// is enabled, load slicing bypasses most of its profitability guards.
|
||||
|
Loading…
Reference in New Issue
Block a user