[flang-commits] [flang] FIR TBAA Pass (PR #68414)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Sun Oct 8 19:07:01 PDT 2023


================
@@ -252,6 +252,26 @@ def StackArrays : Pass<"stack-arrays", "mlir::ModuleOp"> {
   let constructor = "::fir::createStackArraysPass()";
 }
 
+def AddAliasTags : Pass<"fir-alias-analysis", "mlir::ModuleOp"> {
----------------
vzakhari wrote:

I think `fir-alias-analysis` should be renamed to be more TBAA specific, and also to be more "actionable" name, e.g. `attach-alias-tags` OR match the debug type `fir-add-alias-tags` OR something like it.

https://github.com/llvm/llvm-project/pull/68414


More information about the flang-commits mailing list