[all-commits] [llvm/llvm-project] 191831: [AArch64][SVE] Fix incorrect mask type when loweri...
Bradley Smith via All-commits
all-commits at lists.llvm.org
Thu Jul 29 04:24:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 191831e380f317cd2baa5d48abe02d1d11cd44cb
https://github.com/llvm/llvm-project/commit/191831e380f317cd2baa5d48abe02d1d11cd44cb
Author: Bradley Smith <bradley.smith at arm.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
Log Message:
-----------
[AArch64][SVE] Fix incorrect mask type when lowering fixed type SVE gather/scatter
An incorrect mask type when lowering an SVE gather/scatter was causing
a codegen fault which manifested as the incorrect predicate size being
used for an SVE gather/scatter, (e.g.. p0.b rather than p0.d).
Fixes PR51182.
Differential Revision: https://reviews.llvm.org/D106943
More information about the All-commits
mailing list