[all-commits] [llvm/llvm-project] a5a258: [SVE] Refactor MGATHER lowering for unsupported pa...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Thu Apr 14 09:28:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5a258e208b44508b877e2395df51f92403245b3
https://github.com/llvm/llvm-project/commit/a5a258e208b44508b877e2395df51f92403245b3
Author: Paul Walker <paul.walker at arm.com>
Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[SVE] Refactor MGATHER lowering for unsupported passthru values.
Handle unsupported passthru values before lowering the gather to
target specific nodes. This is a simplification that's on the road
to moving more of MGATHER lowering into td based isel.
Differential Revision: https://reviews.llvm.org/D123683
More information about the All-commits
mailing list