radeonsi: remove redundant no-signed-zero-fp-math LLVM attribute

Already set by AC_FLOAT_MODE_DEFAULT_OPENGL.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6284>
This commit is contained in:
Marek Olšák 2020-09-03 04:42:38 -04:00 committed by Marge Bot
parent 42420730d1
commit 1476bea764
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ void si_llvm_create_func(struct si_shader_context *ctx, const char *name, LLVMTy
ctx->screen->info.address32_hi);
}
LLVMAddTargetDependentFunctionAttr(ctx->main_fn, "no-signed-zeros-fp-math", "true");
ac_llvm_set_workgroup_size(ctx->main_fn, max_workgroup_size);
}