[llvm] [RISCV] Add a MIR pass to reassociate shXadd, add, and slli to form more shXadd. (PR #87544)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 4 14:08:24 PDT 2024
================
@@ -2036,3 +2035,357 @@ define i64 @pack_i64_disjoint_2(i32 signext %a, i64 %b) nounwind {
%or = or disjoint i64 %b, %zexta
ret i64 %or
}
+
----------------
preames wrote:
Can you precommit your tests and rebase please?
https://github.com/llvm/llvm-project/pull/87544
More information about the llvm-commits
mailing list