[PATCH] D44083: [MergICmps] Make sure that the comparison only has one use.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 08:29:17 PDT 2018


courbet marked an inline comment as done.
courbet added inline comments.


================
Comment at: test/Transforms/MergeICmps/X86/pr36557.ll:101-118
+attributes #0 = { uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #2 = { argmemonly nounwind }
+attributes #3 = { nounwind }
+
+!llvm.module.flags = !{!0}
+!llvm.ident = !{!1}
----------------
spatel wrote:
> Should be able to remove some of this and still show the bug?
All, actually :)


Repository:
  rL LLVM

https://reviews.llvm.org/D44083





More information about the llvm-commits mailing list