[all-commits] [llvm/llvm-project] e7169d: [GlobalIsel][X86] Add handling for G_CONCAT_VECTORS
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jun 15 02:17:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7169d0027995b8e587cb8170fca36887f25f0ca
https://github.com/llvm/llvm-project/commit/e7169d0027995b8e587cb8170fca36887f25f0ca
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M llvm/lib/Target/X86/X86LegalizerInfo.cpp
Log Message:
-----------
[GlobalIsel][X86] Add handling for G_CONCAT_VECTORS
Replace the legacy legalizer versions - interestingly the only concat_vectors isel patterns we currently have are for AVX512 predicate masks, which gisel doesn't handle at all yet.
More information about the All-commits
mailing list