]> granicus.if.org Git - llvm/commit
AMDGPU/GlobalISel: Fix tests without asserts
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 22 Jul 2019 12:43:41 +0000 (12:43 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 22 Jul 2019 12:43:41 +0000 (12:43 +0000)
commit33be52a9dde663507ebf790a93bb2b50fcf4969f
tree5ca18ca69a6719e0b5002b744d5a90c78d68cb47
parent1df2388495df83bcf4fa422955eabc246816ebe1
AMDGPU/GlobalISel: Fix tests without asserts

The legality check is only done under NDEBUG, so the failure cases are
different in a release build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366680 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.s16.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum-ieee.v2s16.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum.s16.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fmaxnum.v2s16.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum-ieee.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum-ieee.s16.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum-ieee.v2s16.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum.mir
test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum.s16.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fminnum.v2s16.mir [new file with mode: 0644]