[all-commits] [llvm/llvm-project] b99f45: AMDGPU/GlobalISel: Split 96-bit load/store select ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Feb 12 06:58:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b99f45574c992fa262af76a0f0fcb08f87353a87
https://github.com/llvm/llvm-project/commit/b99f45574c992fa262af76a0f0fcb08f87353a87
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-global.mir
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-global.s96.mir
Log Message:
-----------
AMDGPU/GlobalISel: Split 96-bit load/store select tests out
These are only legal on CI+. The test would fail in a debug build, but
not a release due to the partial selection since the pre-selection
legality assert only happens in a debug build.
More information about the All-commits
mailing list