summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Analysis/TestAliasAnalysis.cpp
AgeCommit message (Expand)Author
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-12-21[mlir] Make `LocalAliasAnalysis` extesibleIvan Butygin
2022-11-04Alias Analysis infra in FlangRenaud-K
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2021-05-27[mlir] Add support for querying the ModRef behavior from the AliasAnalysis classRiver Riddle
2021-02-09[mlir] Add initial support for an alias analysis framework in MLIRRiver Riddle