[PATCH] D14077: [FPEnv Core 12/14] Prevent InstCombine from hanging
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 09:04:33 PDT 2015
majnemer added a subscriber: majnemer.
================
Comment at: test/Other/fpenv-constant-fold.ll:19
@@ -17,3 +18,3 @@
; CHECK-LABEL: @do-not-fold-fsub-that-can-trap
-; CHECK: fsub
+; CHECK: fadd
entry:
----------------
You need to check the operands here as well.
Repository:
rL LLVM
http://reviews.llvm.org/D14077
More information about the llvm-commits
mailing list