projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d022f39
)
Fix a comment at call-site to match the declared parameter (NFC)
author
Mehdi Amini
<joker.eph@gmail.com>
Sat, 9 Oct 2021 17:56:23 +0000
(17:56 +0000)
committer
Mehdi Amini
<joker.eph@gmail.com>
Sat, 9 Oct 2021 17:57:53 +0000
(17:57 +0000)
(clang-tidy warning)
mlir/lib/Transforms/Utils/Utils.cpp
patch
|
blob
|
history
diff --git
a/mlir/lib/Transforms/Utils/Utils.cpp
b/mlir/lib/Transforms/Utils/Utils.cpp
index
d8ffab3
..
ff2ca67
100644
(file)
--- a/
mlir/lib/Transforms/Utils/Utils.cpp
+++ b/
mlir/lib/Transforms/Utils/Utils.cpp
@@
-673,7
+673,7
@@
LogicalResult mlir::normalizeMemRef(memref::AllocOp *allocOp) {
/*symbolOperands=*/symbolOperands,
/*domOpFilter=*/nullptr,
/*postDomOpFilter=*/nullptr,
- /*allowDereferencingOps=*/true))) {
+ /*allow
Non
DereferencingOps=*/true))) {
// If it failed (due to escapes for example), bail out.
newAlloc.erase();
return failure();