diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-07-11 23:35:48 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-07-11 23:35:48 +0000 |
commit | 45f8216ceecd8e86f4a4217599f25ca01d947dbc (patch) | |
tree | 2504d720aa1472058f52d5b5ce83a6d314409ee0 /llvm/test/CodeGen/AMDGPU/ds_read2_superreg.ll | |
parent | 002df71dd3bf53dce721a5c117fb00a1102ffd85 (diff) | |
download | bcm5719-llvm-45f8216ceecd8e86f4a4217599f25ca01d947dbc.tar.gz bcm5719-llvm-45f8216ceecd8e86f4a4217599f25ca01d947dbc.zip |
AMDGPU: Remove superfluous string attributes from tests
Also fix v_mac.ll not testing right thing for fneg
llvm-svn: 275129
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/ds_read2_superreg.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/ds_read2_superreg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/ds_read2_superreg.ll b/llvm/test/CodeGen/AMDGPU/ds_read2_superreg.ll index e6d5e428ee5..9d8375d6403 100644 --- a/llvm/test/CodeGen/AMDGPU/ds_read2_superreg.ll +++ b/llvm/test/CodeGen/AMDGPU/ds_read2_superreg.ll @@ -204,6 +204,6 @@ declare i32 @llvm.amdgcn.workitem.id.x() #1 ; Function Attrs: nounwind readnone declare i32 @llvm.amdgcn.workitem.id.y() #1 -attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-realign-stack" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #0 = { nounwind } attributes #1 = { nounwind readnone } attributes #2 = { convergent nounwind } |