[llvm] r355293 - [InstCombine] remove stale FIXME comment from test; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 3 11:08:54 PST 2019
Author: spatel
Date: Sun Mar 3 11:08:54 2019
New Revision: 355293
URL: http://llvm.org/viewvc/llvm-project?rev=355293&view=rev
Log:
[InstCombine] remove stale FIXME comment from test; NFC
Modified:
llvm/trunk/test/Transforms/InstCombine/assume.ll
Modified: llvm/trunk/test/Transforms/InstCombine/assume.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/assume.ll?rev=355293&r1=355292&r2=355293&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/assume.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/assume.ll Sun Mar 3 11:08:54 2019
@@ -292,7 +292,6 @@ define i32 @assumption_conflicts_with_kn
ret i32 %and1
}
-; FIXME:
; PR37726 - https://bugs.llvm.org/show_bug.cgi?id=37726
; There's a loophole in eliminating a redundant assumption when
; we have conflicting assumptions. Verify that debuginfo doesn't
More information about the llvm-commits
mailing list