Skip to content
  • Hal Finkel's avatar
    Add useAA() to TargetSubtargetInfo · b350ffd1
    Hal Finkel authored
    There are several optional (off-by-default) features in CodeGen that can make
    use of alias analysis. These features are important for generating code for
    some kinds of cores (for example the (in-order) PPC A2 core). This adds a
    useAA() function to TargetSubtargetInfo to allow these features to be enabled
    by default on a per-subtarget basis.
    
    Here is the first use of this function: To control the default of the
    -enable-aa-sched-mi feature.
    
    llvm-svn: 189563
    b350ffd1
Loading