[PATCH] D23911: [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 09:39:46 PDT 2016
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/Transforms/Utils/SimplifyCFG.cpp:1485
@@ +1484,3 @@
+
+ void operator -- () {
+ if (Fail)
----------------
are the extra spaces around "--" intentional? it looks odd; same for operator* below.
https://reviews.llvm.org/D23911
More information about the llvm-commits
mailing list