[PATCH] D42879: InstCombine: 1./x >= 0. -> x >= 0.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 08:05:17 PST 2018


arsenm added inline comments.


================
Comment at: test/Transforms/InstCombine/fcmp_reciproc.ll:4
+
+define i1 @cmp_olt_recip(double %x) {
+; CHECK-LABEL: @cmp_olt_recip(
----------------
Some tests with vectors would be nice


Repository:
  rL LLVM

https://reviews.llvm.org/D42879





More information about the llvm-commits mailing list