[PATCH] D28363: [LICM] Small update to note changes made in hoistRegion
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 11:04:08 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL291157: [LICM] Small update to note changes made in hoistRegion (authored by akaylor).
Changed prior to commit:
https://reviews.llvm.org/D28363?vs=83265&id=83278#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28363
Files:
llvm/trunk/lib/Transforms/Scalar/LICM.cpp
Index: llvm/trunk/lib/Transforms/Scalar/LICM.cpp
===================================================================
--- llvm/trunk/lib/Transforms/Scalar/LICM.cpp
+++ llvm/trunk/lib/Transforms/Scalar/LICM.cpp
@@ -408,6 +408,7 @@
CurAST->deleteValue(&I);
I.eraseFromParent();
}
+ Changed = true;
continue;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28363.83278.patch
Type: text/x-patch
Size: 363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170105/cd974652/attachment.bin>
More information about the llvm-commits
mailing list