[llvm] [DAGCombiner] Fold and/or of NaN SETCC (PR #135645)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 15 11:16:58 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:
Fair enough. In that case I would suggest adding another test for a common platform like x86, so it does get wider test exposure.
https://github.com/llvm/llvm-project/pull/135645
More information about the llvm-commits
mailing list