[all-commits] [llvm/llvm-project] d3cea9: AMDGPU/GlobalISel: Fix tests in release build
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 29 12:27:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3cea95475756e1d08cdfe40dd8df8bc4b4eec22
https://github.com/llvm/llvm-project/commit/d3cea95475756e1d08cdfe40dd8df8bc4b4eec22
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global.mir
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global.s96.mir
Log Message:
-----------
AMDGPU/GlobalISel: Fix tests in release build
Irritatingly the failure output is different in release vs. debug
because of the legality check is removed without asserts, so a register
ends up constrained only in release builds.
More information about the All-commits
mailing list