[all-commits] [llvm/llvm-project] 96bd36: Revert "[AArch64][GlobalISel] Widen G_ADD/G_MUL/G_...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Mon Feb 6 14:46:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96bd36498b34824e179bd7f39a0e4356730bad51
https://github.com/llvm/llvm-project/commit/96bd36498b34824e179bd7f39a0e4356730bad51
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2023-02-06 (Mon, 06 Feb 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-add.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-and.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-mul.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-or.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-select.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-sub.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-xor.mir
Log Message:
-----------
Revert "[AArch64][GlobalISel] Widen G_ADD/G_MUL/G_OR/... element types if size < 8b"
This reverts commit 254e2ad84407fce81f3b0c07e75f23671b8cb56a.
It contains broken test.
More information about the All-commits
mailing list