[llvm] [DAGCombiner] Fold patterm for srl-shl-zext (PR #138290)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri May 2 08:06:21 PDT 2025


================
@@ -0,0 +1,40 @@
+; RUN: llc < %s -mtriple=nvptx64 | FileCheck %s
+
+define i64 @test1(i64 %x, i32 %y) {
----------------
arsenm wrote:

Descriptive function name?

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


More information about the llvm-commits mailing list