[llvm] [DAGCombiner] Fold and/or of NaN SETCC (PR #135645)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 17:13:48 PDT 2025
================
@@ -0,0 +1,45 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=nvptx64 | FileCheck %s
----------------
AlexMaclean wrote:
Could you point me at a good example of a test of this form? I took a quick glance at CodeGen/Generic and don't see any tests that seem to be testing DAG Combiner cases like this, or using `-stop-after=finalize-isel`.
https://github.com/llvm/llvm-project/pull/135645
More information about the llvm-commits
mailing list