[llvm] [DAGCombiner] Fold and/or of NaN SETCC (PR #135645)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 16:14:05 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
----------------
Artem-B wrote:
Considering that the optimization is generic, perhaps it would make sense to use `llc -stop-after=finalize-isel` and move the test under CodeGen/Generic?
https://github.com/llvm/llvm-project/pull/135645
More information about the llvm-commits
mailing list