[all-commits] [llvm/llvm-project] e2e4f6: [GlobalIsel][X86] Add handling for G_MERGE_VALUES/...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jun 15 07:08:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2e4f673286bd413f5ba051592328c498bd6355c
https://github.com/llvm/llvm-project/commit/e2e4f673286bd413f5ba051592328c498bd6355c
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
M llvm/lib/Target/X86/X86LegalizerInfo.h
Log Message:
-----------
[GlobalIsel][X86] Add handling for G_MERGE_VALUES/G_UNMERGE_VALUES
Replace the legacy legalizer versions - just use raw type sizes for now, we can add type specific handling if/when we need it
Fixes #63105
More information about the All-commits
mailing list