[all-commits] [llvm/llvm-project] cb015b: [clang][CodeGen] Propagate pragma set fast-math fl...
Karl-Johan Karlsson via All-commits
all-commits at lists.llvm.org
Sat May 4 08:48:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb015b9ec9446b3a1303980c095fa442d5e46fbf
https://github.com/llvm/llvm-project/commit/cb015b9ec9446b3a1303980c095fa442d5e46fbf
Author: Karl-Johan Karlsson <karl-johan.karlsson at ericsson.com>
Date: 2024-05-04 (Sat, 04 May 2024)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/math-errno.c
A clang/test/CodeGen/pr87758.c
Log Message:
-----------
[clang][CodeGen] Propagate pragma set fast-math flags to floating point builtins (#90377)
This is a fix for the issue #87758 where fast-math flags are not
propagated all builtins.
It seems like pragmas with fast math flags was only propagated to calls
of unary floating point builtins. This patch propagate them also for
binary and ternary floating point builtins.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list