[llvm] [DAGCombiner] Fold and/or of NaN SETCC (PR #135645)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 10:42: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
+; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 | %ptxas-verify %}
+
+target triple = "nvptx64-nvidia-cuda"
----------------
AlexMaclean wrote:
Also addressed in https://github.com/llvm/llvm-project/pull/136168
https://github.com/llvm/llvm-project/pull/135645
More information about the llvm-commits
mailing list