[PATCH] D152714: [AArch64][Optimization]Emit FCCMP for AND of two float compares

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 09:11:43 PDT 2023


hiraditya added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:16404
+    if (!DCI.isBeforeLegalize() &&
+        (Cmp = emitConjunction(DAG, SDValue(N, 0), CC))) {
+
----------------
Have we already checked for `and` before calling emitConjunction ?


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