[llvm] r375040 - Remove a stale comment, noted in post commit review for rL375038

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 13:27:11 PDT 2019


Author: reames
Date: Wed Oct 16 13:27:10 2019
New Revision: 375040

URL: http://llvm.org/viewvc/llvm-project?rev=375040&view=rev
Log:
Remove a stale comment, noted in post commit review for rL375038


Modified:
    llvm/trunk/test/Transforms/IndVarSimplify/loop-predication.ll

Modified: llvm/trunk/test/Transforms/IndVarSimplify/loop-predication.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/loop-predication.ll?rev=375040&r1=375039&r2=375040&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/loop-predication.ll (original)
+++ llvm/trunk/test/Transforms/IndVarSimplify/loop-predication.ll Wed Oct 16 13:27:10 2019
@@ -784,7 +784,6 @@ exit:
 ; If we have a dominating exit (exit1) which can't be itself rewritten, we
 ; can't rewrite a later exit (exit2).  Doing so would cause the loop to exit
 ; from the exit2 when it should have exited from exit1.
-; FIXME: This currently demonstrates a miscompile.
 define i32 @neg_dominating_exit(i32* %array, i32 %length, i32 %n) {
 ; CHECK-LABEL: @neg_dominating_exit(
 ; CHECK-NEXT:  loop.preheader:




More information about the llvm-commits mailing list