[PATCH] D33265: [PredicateInfo] Fix non-determinism in codegen uncovered by reverse iterating SmallPtrSet

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 08:21:09 PDT 2017


RKSimon added inline comments.


================
Comment at: lib/Transforms/Utils/PredicateInfo.cpp:552
+
+    if (ArgA && !ArgB)
+      return true;
----------------
A few descriptive comments in this lambda would be useful.


Repository:
  rL LLVM

https://reviews.llvm.org/D33265





More information about the llvm-commits mailing list