diff options
author | Karl-Johan Karlsson <karl-johan.karlsson@ericsson.com> | 2024-05-04 17:47:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 17:47:48 +0200 |
commit | cb015b9ec9446b3a1303980c095fa442d5e46fbf (patch) | |
tree | b9f5a01a89574affd8527be423ae13156021c498 /llvm/lib/Transforms/Utils/LoopUnroll.cpp | |
parent | 7ee6288312e8cde8d2e8ee48f87bbab966a89247 (diff) | |
download | llvm-cb015b9ec9446b3a1303980c095fa442d5e46fbf.zip llvm-cb015b9ec9446b3a1303980c095fa442d5e46fbf.tar.gz llvm-cb015b9ec9446b3a1303980c095fa442d5e46fbf.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnroll.cpp')
0 files changed, 0 insertions, 0 deletions