Following @dmgreen's comment on https://reviews.llvm.org/D148347, when we lower BUILD_VECTOR to VECTOR_SHUFFL, we could generate efficient vector mask.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150345
[AArch64] Handle vector with two different values with efficient vector mask ClosedPublic Authored by jaykang10 on May 11 2023, 12:29 AM.
Details Summary Following @dmgreen's comment on https://reviews.llvm.org/D148347, when we lower BUILD_VECTOR to VECTOR_SHUFFL, we could generate efficient vector mask.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 11 2023, 1:59 AM This revision was landed with ongoing or failed builds.May 11 2023, 2:41 AM Closed by commit rG7cc57c07e36f: [AArch64] Handle vector with two different values with efficient vector mask (authored by jaykang10). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 521238 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/build-vector-two-dup.ll
|