[all-commits] [llvm/llvm-project] 46c8e7: [AArch64][GlobalISel] Clamp <n x p0> vecs when leg...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Thu Jul 15 14:06:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46c8e7122b51960fa1ba100d3efca26411a8aacb
https://github.com/llvm/llvm-project/commit/46c8e7122b51960fa1ba100d3efca26411a8aacb
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-extract-vector-elt.mir
Log Message:
-----------
[AArch64][GlobalISel] Clamp <n x p0> vecs when legalizing G_EXTRACT_VECTOR_ELT
This case was missing from G_EXTRACT_VECTOR_ELT. It's the same as for s64.
https://godbolt.org/z/Tnq4acY8z
Differential Revision: https://reviews.llvm.org/D105952
More information about the All-commits
mailing list