[PATCH] D73171: [VE] setcc isel patterns

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 05:28:56 PST 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/VE/setcc.ll:11
+; CHECK-NEXT:    or %s11, 0, %s9
+  %3 = fcmp ogt double %0, %1
+  ret i1 %3
----------------
arsenm wrote:
> Enumerating all of the compare types is usually helpful
Actually these seem to be in the other test files, so I'm not sure what this one is for


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73171/new/

https://reviews.llvm.org/D73171





More information about the llvm-commits mailing list