[llvm] [DAG] Replace DAGCombiner::ConstantFoldBITCASTofBUILD_VECTOR with SelectionDAG::FoldConstantBuildVector (PR #147037)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 6 22:49:40 PDT 2025
================
@@ -5,18 +5,19 @@ define amdgpu_kernel void @test_iglp_opt_rev_mfma_gemm(<1 x i64> %L1) {
; GCN-LABEL: test_iglp_opt_rev_mfma_gemm:
; GCN: ; %bb.0: ; %entry
; GCN-NEXT: v_mov_b32_e32 v32, 0
+; GCN-NEXT: ds_read_b128 v[0:3], v32
----------------
arsenm wrote:
Why are there any test changes?
https://github.com/llvm/llvm-project/pull/147037
More information about the llvm-commits
mailing list