[all-commits] [llvm/llvm-project] 3e8223: [AArch64][GlobalISel] NFC: Remove dead G_BUILD_VEC...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Mon Mar 1 14:05:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e8223b16515443a254ff6ad3453a82602b4b9a0
https://github.com/llvm/llvm-project/commit/3e8223b16515443a254ff6ad3453a82602b4b9a0
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
Log Message:
-----------
[AArch64][GlobalISel] NFC: Remove dead G_BUILD_VECTOR legalization rule
Remove a rule which allows larger scalar types than the destination vector
element type.
This appears to be irrelevant now that we have G_BUILD_VECTOR_TRUNC. Plus,
making a G_BUILD_VECTOR which satisfies this introduces a verifier failure
anyway.
Differential Revision: https://reviews.llvm.org/D97727
More information about the All-commits
mailing list