[llvm] [DAGCombiner] Avoid the pre-truncate of BUILD_VECTOR sources. (PR #75792)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 04:04:05 PST 2023


================
@@ -0,0 +1,89 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc -mtriple=aarch64 < %s | FileCheck %s
+
+define i32 @lower_lshr(<4 x i32> %a, <4 x i32> %b, <4 x i32> %c, <4 x i32> %d, <4 x i32> %e, <4 x i32> %f, <4 x i32> %g, <4 x i32> %h) local_unnamed_addr #0 {
----------------
Rin18 wrote:

Added the pre-commit and some more vector types.


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


More information about the llvm-commits mailing list