Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/test/Analysis/AliasAnalysis/alias-analysis-2.fir | ||
---|---|---|
257 | Thank you for doing this. |
Paths
| Differential D157106
[flang] support (hl)fir.declare in alias analysis ClosedPublic Authored by tblah on Aug 4 2023, 8:09 AM.
Details
Diff Detail
Event Timelinetblah added a child revision: D157107: [flang][hlfir] add an optimized bufferization pass.Aug 4 2023, 8:13 AM
This revision is now accepted and ready to land.Aug 7 2023, 8:19 AM Closed by commit rGc732a452ea15: [flang] support (hl)fir.declare in alias analysis (authored by tblah). · Explain WhyAug 8 2023, 2:50 AM This revision was automatically updated to reflect the committed changes. tblah added a reverting change: rG4492ec775c3a: Revert "[flang] support (hl)fir.declare in alias analysis".Aug 8 2023, 3:11 AM This revision is now accepted and ready to land.Aug 8 2023, 8:54 AM Closed by commit rG6a0a19abf41e: [flang] support (hl)fir.declare in alias analysis (authored by tblah). · Explain WhyAug 10 2023, 7:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 549033 flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
flang/lib/Optimizer/Analysis/CMakeLists.txt
flang/test/Analysis/AliasAnalysis/alias-analysis-2.fir
|
Thank you for doing this.
I am not sure its a good idea to do more testing on box_addr when it is not something that we follow. I know I am guilty of adding a few tests with it but some have FIXMEs. It looks like we are going to have a lot more to fix and review when we do follow it. A fir.convert, instead of %6 and %13, should be good enough to cover the change.