[PATCH] D142996: DAG: Fix broken lowering of is.fplcass fcZero with DAZ

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 21:14:30 PST 2023


sepavloff accepted this revision.
sepavloff added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:8059
+      }
+
+    }
----------------
Extra empty line.


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

https://reviews.llvm.org/D142996



More information about the llvm-commits mailing list