[flang-commits] [flang] [flang] Record the original name of a function during ExternalNameCoversion (PR #74065)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Fri Dec 1 15:41:13 PST 2023
================
@@ -82,6 +84,12 @@ class TBAAForrest {
return getFuncTree(func.getSymNameAttr());
}
inline const TBAATree &operator[](mlir::LLVM::LLVMFuncOp func) {
+ // the external name conversion pass may rename some functinos. Their old
----------------
vzakhari wrote:
```suggestion
// the external name conversion pass may rename some functions. Their old
```
https://github.com/llvm/llvm-project/pull/74065
More information about the flang-commits
mailing list