From 86e3c7750c655e3a2b9cdaf4c59c93fa2c80a025 Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 12 Sep 2025 23:20:36 +0000 Subject: [PATCH] Update test --- ptx/src/test/ll/param_is_addressable.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptx/src/test/ll/param_is_addressable.ll b/ptx/src/test/ll/param_is_addressable.ll index 6f75d5e..e9e9f8e 100644 --- a/ptx/src/test/ll/param_is_addressable.ll +++ b/ptx/src/test/ll/param_is_addressable.ll @@ -31,4 +31,4 @@ define amdgpu_kernel void @param_is_addressable(ptr addrspace(4) byref(i64) %"33 ret void } -attributes #0 = { "amdgpu-unsafe-fp-atomics"="true" "denormal-fp-math"="ieee" "denormal-fp-math-f32"="ieee" "no-trapping-math"="true" "uniform-work-group-size"="true" } \ No newline at end of file +attributes #0 = { "amdgpu-ieee"="false" "amdgpu-unsafe-fp-atomics"="true" "denormal-fp-math"="preserve-sign" "denormal-fp-math-f32"="preserve-sign" "no-trapping-math"="true" "uniform-work-group-size"="true" } \ No newline at end of file