File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010# attributor, function-attrs: inter procedural pass that deduces and/or propagates attributes
1111# metarenamer: anonymizes function names
1212# sample-profile: inlines functions
13- PASSES=" argpromotion deadargelim globalopt hotcoldsplit inline ipconstprop ipsccp mergefunc partial-inliner function-specialization tbaa loop-extract extract-blocks safe-stack place-safepoints attributor function-attrs metarenamer sample-profile lowertypetests extract-blocks openmp-opt-cgscc prune-eh tailcallelim iroutliner globals-aa -O0 -Os -Oz -O1 -O2 -O3"
13+ PASSES=" argpromotion deadargelim globalopt hotcoldsplit inline ipconstprop ipsccp mergefunc partial-inliner function-specialization = tbaa loop-extract extract-blocks safe-stack place-safepoints attributor function-attrs metarenamer sample-profile lowertypetests extract-blocks openmp-opt-cgscc prune-eh tailcallelim iroutliner globals-aa -O0 -Os -Oz -O1 -O2 -O3"
1414PASSREGISTRY=" @LLVM_BUILD_MAIN_SRC_DIR@/lib/Passes/PassRegistry.def"
1515
1616TV=" -tv"
@@ -49,7 +49,7 @@ for arg in $@; do
4949 fi
5050 set -- " $@ " " $arg "
5151 for p in $PASSES ; do
52- if [[ $arg == * " $p " * ]]; then
52+ if [[ $arg == * " $p " * || $arg == " -tbaa " ]]; then
5353 TV=" "
5454 NPM_TV=0
5555 break
You can’t perform that action at this time.
0 commit comments