[PATCH] D29519: Add PredicateInfo utility and printing pass

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 5 08:06:24 PST 2017


nlopes added inline comments.


================
Comment at: include/llvm/Transforms/Utils/PredicateInfo.h:36
+// %x.0 = call @llvm.predicateinfo.i32(i32 %x)
+// ret i32 %x
+// false:
----------------
typo: should be %x.0


https://reviews.llvm.org/D29519





More information about the llvm-commits mailing list