diff options
author | Andrzej WarzyĆski <andrzej.warzynski@arm.com> | 2025-05-25 17:46:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-25 17:46:46 +0100 |
commit | dca74f794ac426115c386c13e01b4fa868f43d3c (patch) | |
tree | 114d188be580d0db772be529cb6d36f6aa80583c /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | 7511107d60a9115ce161eaf556e1bbac6eba9bfe (diff) | |
download | llvm-dca74f794ac426115c386c13e01b4fa868f43d3c.zip llvm-dca74f794ac426115c386c13e01b4fa868f43d3c.tar.gz llvm-dca74f794ac426115c386c13e01b4fa868f43d3c.tar.bz2 |
[mlir][memref] Revert #140730 (#141406)
Reverts #140730 - that turned out not to be an NFC as we originally
thought. See the attached test for an example. Many thanks to @Garra1980
for reporting!
Note, without this change, the newly added test would be incorrectly
converted to:
```mlir
func.func @view_memref_as_rank0(%arg0: index, %arg1: memref<2xi8>) {
%0 = llvm.mlir.poison : !llvm.struct<(ptr, ptr, i64)>
return
}
```
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions