[PATCH] D19370: [InstCombine] Preserve fast math flags when combining PHIs
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 11:07:13 PDT 2016
majnemer accepted this revision.
majnemer added a comment.
This revision is now accepted and ready to land.
Nice, LGTM with nits.
================
Comment at: test/Transforms/InstCombine/phi-preserve-ir-flags.ll:5
@@ +4,3 @@
+
+; CHECK-LABEL: f
+define float @f(float %a, float %b, float %c, i1 %cond) {
----------------
I'd add a little more for the labels, something like:
; CHECK-LABEL: define float @f(
http://reviews.llvm.org/D19370
More information about the llvm-commits
mailing list