[llvm] [DAGCombiner] Fold and/or of NaN SETCC (PR #135645)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 15 10:20:54 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:
We seem to have some tests using `-print-after=finalize-isel`, but that gives about the same output as -stop-after, just with more work.
https://github.com/llvm/llvm-project/blob/3192ecfa89a48b5f56ff36956abe7e84327ced5d/llvm/test/CodeGen/Generic/MachineBranchProb.ll#L1
https://github.com/llvm/llvm-project/pull/135645
More information about the llvm-commits
mailing list