[all-commits] [llvm/llvm-project] 4ab45c: [AArch64][GlobalISel] Add some more legal types fo...
AE via All-commits
all-commits at lists.llvm.org
Wed Sep 30 17:25:59 PDT 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ab45cc2260d87f18e1b05517d5d366b2e754b72
https://github.com/llvm/llvm-project/commit/4ab45cc2260d87f18e1b05517d5d366b2e754b72
Author: Amara Emerson <amara at apple.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-freeze.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
Log Message:
-----------
[AArch64][GlobalISel] Add some more legal types for G_PHI, G_IMPLICIT_DEF, G_FREEZE.
Also use this opportunity start to clean up the mess of vector type lists we
have in the LegalizerInfo. Unfortunately since the legalizer rule builders require
std::initializer_list objects as parameters we can't programmatically generate the
type lists.
More information about the All-commits
mailing list