[PATCH] D154495: clang: Attach !fpmath metadata to __builtin_sqrt based on language flags
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 6 08:17:59 PDT 2023
arsenm updated this revision to Diff 537737.
arsenm added a comment.
Split div/sqrt handling since they have different values. Also cuda does have unimplemented flags to control these individually. Not sure it's worth trying to merge them into one function
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154495/new/
https://reviews.llvm.org/D154495
Files:
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/test/CodeGenCUDA/correctly-rounded-div.cu
clang/test/CodeGenOpenCL/fpmath.cl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154495.537737.patch
Type: text/x-patch
Size: 7387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230706/4dd766c6/attachment.bin>
More information about the cfe-commits
mailing list