[PATCH] D96846: [LLVM][GVN] fix a typo in comment
Qixing Xue via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 00:50:08 PST 2021
ksyx created this revision.
ksyx added a reviewer: llvm-commits.
Herald added a subscriber: hiraditya.
ksyx requested review of this revision.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96846
Files:
llvm/lib/Transforms/Scalar/GVN.cpp
Index: llvm/lib/Transforms/Scalar/GVN.cpp
===================================================================
--- llvm/lib/Transforms/Scalar/GVN.cpp
+++ llvm/lib/Transforms/Scalar/GVN.cpp
@@ -1774,7 +1774,7 @@
MSSAU->removeMemoryAccess(L);
++NumGVNLoad;
reportLoadElim(L, AvailableValue, ORE);
- // Tell MDA to rexamine the reused pointer since we might have more
+ // Tell MDA to reexamine the reused pointer since we might have more
// information after forwarding it.
if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy())
MD->invalidateCachedPointerInfo(AvailableValue);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96846.324218.patch
Type: text/x-patch
Size: 619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210217/92798148/attachment.bin>
More information about the llvm-commits
mailing list