[PATCH] D29075: Canonicalize guards for NOT OR condition
Artur Pilipenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 01:47:04 PST 2017
apilipenko accepted this revision.
apilipenko added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/Transforms/InstCombine/call-guard.ll:65
+
+define void @test_guard_not_or_cc99(i1 %A, i1 %B) {
+; CHECK-LABEL: @test_guard_not_or_cc99(
----------------
@test_guard_not_or_non_default_cc? There is nothing specific about cc99 in this test.
https://reviews.llvm.org/D29075
More information about the llvm-commits
mailing list