From bf4596bf5862c0a7092507463f6df9e80566a93d Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 19 Dec 2022 11:23:27 -0500 Subject: [PATCH] CodeGen: Clean up some tests with broken "strictfp" attribute --- llvm/test/CodeGen/AArch64/strict-fp-opt.ll | 2 +- llvm/test/CodeGen/PowerPC/aix-fptoint.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/AArch64/strict-fp-opt.ll b/llvm/test/CodeGen/AArch64/strict-fp-opt.ll index f8b76f6..17afdf7 100644 --- a/llvm/test/CodeGen/AArch64/strict-fp-opt.ll +++ b/llvm/test/CodeGen/AArch64/strict-fp-opt.ll @@ -177,4 +177,4 @@ declare float @llvm.experimental.constrained.fdiv.f32(float, float, metadata, me declare i32 @llvm.get.rounding() declare void @llvm.set.rounding(i32) -attributes #0 = { "strictfp" } +attributes #0 = { strictfp } diff --git a/llvm/test/CodeGen/PowerPC/aix-fptoint.ll b/llvm/test/CodeGen/PowerPC/aix-fptoint.ll index cb1d4cd..482962a 100644 --- a/llvm/test/CodeGen/PowerPC/aix-fptoint.ll +++ b/llvm/test/CodeGen/PowerPC/aix-fptoint.ll @@ -48,7 +48,7 @@ entry: declare i64 @llvm.experimental.constrained.fptosi.i64.f64(double, metadata) #1 declare i64 @llvm.experimental.constrained.fptoui.i64.f64(double, metadata) #1 -attributes #0 = { nounwind strictfp "strictfp" "target-cpu"="pwr7" } +attributes #0 = { nounwind strictfp "target-cpu"="pwr7" } attributes #1 = { nounwind } -- 2.7.4