[PATCH] D152714: [AArch64][Optimization]Solving the FCCMP issue

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 06:47:17 PDT 2023


samtebbs added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/andcompare.ll:2525
 
+define i1 @cmp_and(float %0, float %1) {
+; SDISEL-LABEL: cmp_and:
----------------
Oh and a more explaining function name would be good, something like `and_fcmp`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152714



More information about the llvm-commits mailing list