[llvm] [SelectionDAG] Optimize unaligned load stores to realign after offset (PR #145309)
Acthinks Yang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 19:40:58 PDT 2025
================
@@ -6,11 +6,9 @@ define void @store_b32_basealign2_offset1(ptr align 2 %p, i32 %v) {
; CHECK-LABEL: store_b32_basealign2_offset1:
; CHECK: # %bb.0: # %entry
----------------
Acthinks wrote:
@arsenm The effective diff is here:
https://github.com/llvm/llvm-project/pull/145309
More information about the llvm-commits
mailing list