llvm-project/llvm/lib/Target/AArch64/GISel
Jessica Paquette 3e8223b165 [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
2021-03-01 14:04:40 -08:00
..
AArch64CallLowering.cpp GlobalISel: Move splitToValueTypes to generic code 2021-03-01 08:58:18 -05:00
AArch64CallLowering.h GlobalISel: Move splitToValueTypes to generic code 2021-03-01 08:58:18 -05:00
AArch64GlobalISelUtils.h [AArch64][GlobalISel] Move imm adjustment for G_ICMP to post-legalizer lowering 2020-10-22 15:27:36 -07:00
AArch64InstructionSelector.cpp [AArch64][GlobalISel] Import FMOV patterns rather than manually selecting it 2021-02-26 16:27:39 -08:00
AArch64LegalizerInfo.cpp [AArch64][GlobalISel] NFC: Remove dead G_BUILD_VECTOR legalization rule 2021-03-01 14:04:40 -08:00
AArch64LegalizerInfo.h [AArch64][GlobalISel] Use custom legalization for G_TRUNC for v8i8 vectors. 2020-10-01 13:22:00 -07:00
AArch64PostLegalizerCombiner.cpp [AArch64][GlobalISel] Don't perform the mul const combine with G_PTR_ADD 2021-02-10 15:30:45 -08:00
AArch64PostLegalizerLowering.cpp [AArch64][GlobalISel] Correct function evaluation order in applyINS 2021-02-23 16:21:11 -08:00
AArch64PostSelectOptimize.cpp [AArch64][GlobalISel][PostSelectOpt] Constrain reg operands after mutating instructions. 2021-02-23 19:32:18 -08:00
AArch64PreLegalizerCombiner.cpp Revert "[AArch64][GlobalISel] Fold constants into G_GLOBAL_VALUE" 2021-02-16 10:50:12 -08:00
AArch64RegisterBankInfo.cpp [AArch64][GlobalISel] Fix <16 x s8> G_DUP regbankselect to assign source to gpr. 2021-02-21 21:17:29 -08:00
AArch64RegisterBankInfo.h [AArch64][GlobalISel] Infer whether G_PHI is going to be a FPR in regbankselect 2020-09-28 10:37:09 -07:00
select-saddo.mir [AArch64][GlobalISel] Select G_SADDO and G_SSUBO 2020-12-08 09:18:28 -08:00
select-ssubo.mir [AArch64][GlobalISel] Select G_SADDO and G_SSUBO 2020-12-08 09:18:28 -08:00