Extract buffer alias analysis from buffer placement.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/Interfaces/ControlFlowInterfaces.td | ||
|---|---|---|
| 143 | nit: tyop! | |
| mlir/lib/Analysis/BufferAliasAnalysis.cpp | ||
|---|---|---|
| 36 | Can you please write this as a non-recursive algorithm instead? With unknown bounds, recursive algorithms quickly become unwieldy. | |
| mlir/lib/Analysis/BufferAliasAnalysis.cpp | ||
|---|---|---|
| 24 | nit: Use pop_back_val | |
Comment Actions
Is this change related to build breakage? (https://buildkite.com/mlir/mlir-core/builds/8813)
clang-tidy: warning: header guard does not follow preferred style [llvm-header-guard]
not useful