[all-commits] [llvm/llvm-project] 0b771c: [GlobalIsel][X86] Legalize G_SELECT
tschuett via All-commits
all-commits at lists.llvm.org
Thu Jun 8 09:54:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b771c679af29e5209c433790d812955264c3f5f
https://github.com/llvm/llvm-project/commit/0b771c679af29e5209c433790d812955264c3f5f
Author: Thorsten Schütt <schuett at gmail.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M llvm/lib/Target/X86/X86LegalizerInfo.cpp
M llvm/test/CodeGen/X86/GlobalISel/legalize-leading-zeros.mir
A llvm/test/CodeGen/X86/GlobalISel/legalize-select.mir
M llvm/test/CodeGen/X86/GlobalISel/legalize-trailing-zeros-undef.mir
M llvm/test/CodeGen/X86/GlobalISel/legalize-trailing-zeros.mir
Log Message:
-----------
[GlobalIsel][X86] Legalize G_SELECT
with bug fixes
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D152445
More information about the All-commits
mailing list