[llvm] [DAGCombiner] Attempt to fold 'add' nodes to funnel-shift or rotate (PR #125612)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 21:56:08 PST 2025


================
@@ -0,0 +1,158 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_50 | FileCheck %s
+
+target triple = "nvptx64-nvidia-cuda"
----------------
arsenm wrote:

avoid using -march, it's also redundant with the triple 

https://github.com/llvm/llvm-project/pull/125612


More information about the llvm-commits mailing list