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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108484
[AArch64][GlobalISel] Clamp vectors of p0 when legalizing G_LOAD/G_STORE ClosedPublic Authored by paquette on Aug 20 2021, 2:04 PM.
Details Summary 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.
Diff Detail
Event TimelineHerald added subscribers: hiraditya, kristof.beyls, rovka. · View Herald TranscriptAug 20 2021, 2:04 PM This revision is now accepted and ready to land.Aug 20 2021, 2:31 PM This revision was landed with ongoing or failed builds.Aug 20 2021, 2:36 PM Closed by commit rG16caf6321c37: [AArch64][GlobalISel] Clamp vectors of p0 when legalizing G_LOAD/G_STORE (authored by paquette). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 367901 llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
|