From 3096c0e679221ff35ba2bae70e984ac74b862aa1 Mon Sep 17 00:00:00 2001 From: Stanislav Mekhanoshin Date: Thu, 15 Feb 2024 13:36:20 -0800 Subject: [PATCH] [AMDGPU] Fix Ins64 clamp in the VOPProfile. NFC. For some reason only IntClamp was added to the Ins64, bit not FPClamp. As is this is NFC, but fails to produce proper dag downstream. --- llvm/lib/Target/AMDGPU/SIInstrInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.td b/llvm/lib/Target/AMDGPU/SIInstrInfo.td index 4b7555de712c8..e5fbcfafd3809 100644 --- a/llvm/lib/Target/AMDGPU/SIInstrInfo.td +++ b/llvm/lib/Target/AMDGPU/SIInstrInfo.td @@ -2344,7 +2344,7 @@ class VOPProfile _ArgVT, bit _EnableClamp = 0> { field dag Ins32 = getIns32.ret; field dag Ins64 = getIns64.ret; field dag InsVOP3P = getInsVOP3P