[PATCH] D82063: Preserve GlobalsAA analysis result in LowerConstantIntrinsics and InjectTLIMappings

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 08:38:11 PDT 2020


fpetrogalli added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/InjectTLIMappings.cpp:148
   AU.addPreserved<OptimizationRemarkEmitterWrapperPass>();
+  AU.addPreserved<GlobalsAAWrapperPass>();
 }
----------------
Hi @rsanthir.quic 

Thank you for your patch.

Didn't you have to add this pass to the tests checking the pass sequence? Have you run `make check-all` on your changes?

Francesco


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82063/new/

https://reviews.llvm.org/D82063





More information about the llvm-commits mailing list