[all-commits] [llvm/llvm-project] fd3cde: AMDGPU/GlobalISel: Fix attempt to select non-legal...
petar-avramovic via All-commits
all-commits at lists.llvm.org
Thu Dec 23 07:15:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd3cde600ba6d3e9900b74d7022d1215571a6ee2
https://github.com/llvm/llvm-project/commit/fd3cde600ba6d3e9900b74d7022d1215571a6ee2
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2021-12-23 (Thu, 23 Dec 2021)
Changed paths:
R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-insert.xfail.mir
Log Message:
-----------
AMDGPU/GlobalISel: Fix attempt to select non-legal instr in mir test
Delete inst-select-insert.xfail.mir.
G_INSERT instructions in inst-select-insert.xfail.mir are no longer
legal after D114198. This breaks build bots, since builds with
LLVM_ENABLE_ASSERTIONS=Off don't check for legality and report cannot
select while build with LLVM_ENABLE_ASSERTIONS=On reports instruction
is not legal.
More information about the All-commits
mailing list