[all-commits] [llvm/llvm-project] d4a8a5: [AArch64][GlobalISel] Selection for i8 buildvectors
David Green via All-commits
all-commits at lists.llvm.org
Sat Feb 4 08:11:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4a8a59441052165ccdd6ca493ce124be5e80d9e
https://github.com/llvm/llvm-project/commit/d4a8a59441052165ccdd6ca493ce124be5e80d9e
Author: David Green <david.green at arm.com>
Date: 2023-02-04 (Sat, 04 Feb 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/select-unmerge.mir
Log Message:
-----------
[AArch64][GlobalISel] Selection for i8 buildvectors
Legalization for i8 buildvectors is available (as in
615695de27e417d6b444cd983e6f636373afc8c9), but selection
would fail due to i8 types not being handled. This adds
basic support like other type sizes.
Differential Revision: https://reviews.llvm.org/D143002
More information about the All-commits
mailing list