[all-commits] [llvm/llvm-project] dd31b2: [ARM] Add a number of intrinsics for MVE lane inte...
David Green via All-commits
all-commits at lists.llvm.org
Mon Apr 12 09:23:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd31b2c6e546f1486044cde5d505b2b4a52f75fd
https://github.com/llvm/llvm-project/commit/dd31b2c6e546f1486044cde5d505b2b4a52f75fd
Author: David Green <david.green at arm.com>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M llvm/lib/Target/ARM/MVELaneInterleavingPass.cpp
M llvm/test/CodeGen/Thumb2/mve-laneinterleaving.ll
Log Message:
-----------
[ARM] Add a number of intrinsics for MVE lane interleaving
Add a number of intrinsics which natively lower to MVE operations to the
lane interleaving pass, allowing it to efficiently interleave the lanes
of chucks of operations containing these intrinsics.
Differential Revision: https://reviews.llvm.org/D97293
More information about the All-commits
mailing list