[llvm] MachineScheduler: Improve instruction clustering (PR #137784)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 05:06:03 PDT 2025


================
@@ -1410,24 +1410,24 @@ define <16 x i8> @buildvec_v16i8_loads_contigous(ptr %p) {
 ; RV32VB-NEXT:    slli t1, t1, 24
 ; RV32VB-NEXT:    or a7, t0, a7
 ; RV32VB-NEXT:    or a4, a4, a5
-; RV32VB-NEXT:    lbu a5, 12(a0)
-; RV32VB-NEXT:    lbu t0, 13(a0)
-; RV32VB-NEXT:    or a6, t1, a6
+; RV32VB-NEXT:    or a5, t1, a6
+; RV32VB-NEXT:    lbu a6, 13(a0)
+; RV32VB-NEXT:    lbu t0, 12(a0)
----------------
wangpc-pp wrote:

Ditto.

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


More information about the llvm-commits mailing list