diff options
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/SOPInstructions.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SOPInstructions.td b/llvm/lib/Target/AMDGPU/SOPInstructions.td index a89416d2f37..73ba2ae367f 100644 --- a/llvm/lib/Target/AMDGPU/SOPInstructions.td +++ b/llvm/lib/Target/AMDGPU/SOPInstructions.td @@ -1213,7 +1213,7 @@ def : GCNPat < def : GCNPat < (i32 (smax i32:$x, (i32 (ineg i32:$x)))), - (S_ABS_I32 $x) + (S_ABS_I32 SReg_32:$x) >; def : GCNPat < |

