[all-commits] [llvm/llvm-project] 0aaeb8: [AArch64][GlobalISel] Legalize <2 x s8> and <4 x s...
Allen via All-commits
all-commits at lists.llvm.org
Sun Jul 23 20:28:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0aaeb885326ab055a7b0eccf795e94a440592ab0
https://github.com/llvm/llvm-project/commit/0aaeb885326ab055a7b0eccf795e94a440592ab0
Author: Zhongyunde <zhongyunde at huawei.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-build-vector.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir
Log Message:
-----------
[AArch64][GlobalISel] Legalize <2 x s8> and <4 x s8> for G_BUILD_VECTOR
Refer to commit ccffc27, the remaining types <2 x s8> and <4 x s8> should
also be promoted to <2 x s32> and <4 x s16>.
Fixes https://github.com/llvm/llvm-project/issues/58274
Reviewed By: aemerson, tschuett, paquette, dmgreen
Differential Revision: https://reviews.llvm.org/D153394
More information about the All-commits
mailing list