[all-commits] [llvm/llvm-project] 16caf6: [AArch64][GlobalISel] Clamp vectors of p0 when leg...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Fri Aug 20 14:36:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16caf6321c3747fd44e2f7e7287ecdbbcc15588e
https://github.com/llvm/llvm-project/commit/16caf6321c3747fd44e2f7e7287ecdbbcc15588e
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
Log Message:
-----------
[AArch64][GlobalISel] Clamp vectors of p0 when legalizing G_LOAD/G_STORE
We had a rule for <n x s64> but not one for <n x p0>. As a result, we'd fall
back on like <5 x p0> or whatever.
Differential Revision: https://reviews.llvm.org/D108484
More information about the All-commits
mailing list