[PATCH] D116426: [InferAttrs] Add writeonly to all the math functions
Benjamin Kramer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 08:03:10 PST 2022
bkramer added a comment.
In D116426#3219093 <https://reviews.llvm.org/D116426#3219093>, @xbolva00 wrote:
> + same for math intrinsics? (possible followup?)
The intrinsics are always `readnone` and pretend errno doesn't exist.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116426/new/
https://reviews.llvm.org/D116426
More information about the llvm-commits
mailing list