diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-12-02 19:20:10 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-12-02 19:20:10 +0000 |
| commit | 2cf3bd4601bbc6fc1f3ffe845eb57c2da2dff02c (patch) | |
| tree | 6c704a1a1c04abaaf72aa6d9a019103c822f0c3e /lib/Target/AMDGPU/SIInstructions.td | |
| parent | 6449741f4c1842221757c062f4abbae7bb524ba9 (diff) | |
Notes
Diffstat (limited to 'lib/Target/AMDGPU/SIInstructions.td')
| -rw-r--r-- | lib/Target/AMDGPU/SIInstructions.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/AMDGPU/SIInstructions.td b/lib/Target/AMDGPU/SIInstructions.td index 18b7d5d62efee..dde5f2fc6b40f 100644 --- a/lib/Target/AMDGPU/SIInstructions.td +++ b/lib/Target/AMDGPU/SIInstructions.td @@ -2029,6 +2029,7 @@ def SI_RETURN : PseudoInstSI < let hasSideEffects = 1; let SALU = 1; let hasNoSchedulingInfo = 1; + let DisableWQM = 1; } let Uses = [EXEC], Defs = [EXEC, VCC, M0], |
