[all-commits] [llvm/llvm-project] c28d90: [llubi] Implement vector reduction/manipulation in...
Zhige Chen via All-commits
all-commits at lists.llvm.org
Tue Apr 28 05:40:21 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c28d9076ec8b2d36e0ce897c08ca62963f96b975
https://github.com/llvm/llvm-project/commit/c28d9076ec8b2d36e0ce897c08ca62963f96b975
Author: Zhige Chen <zhige_chen at outlook.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
A llvm/test/tools/llubi/intr_vector_interleave.ll
A llvm/test/tools/llubi/intr_vector_manip.ll
A llvm/test/tools/llubi/intr_vector_reduce.ll
A llvm/test/tools/llubi/intr_vector_stepvector.ll
M llvm/tools/llubi/lib/Interpreter.cpp
Log Message:
-----------
[llubi] Implement vector reduction/manipulation intrinsics (#194345)
This PR implements vector reduction and manipulation intrinsics.
Note that floating-point vector reduction intrinsics are not covered by
this change; they will be added in a follow-up PR after #188453 is
merged.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list