diff options
author | xortoast <xortoast@proton.me> | 2023-06-23 14:01:35 -0700 |
---|---|---|
committer | Derek Schuff <dschuff@chromium.org> | 2023-06-23 14:07:11 -0700 |
commit | bb648c9177cda700ae63cfced347f62d417a4824 (patch) | |
tree | 290975d751dcc6ef79922e016bbef1d03fddf379 /llvm/lib/ProfileData/SampleProfReader.cpp | |
parent | 1ec30106a557b2c63d6d6c6b93634674aa65cdb9 (diff) | |
download | llvm-bb648c9177cda700ae63cfced347f62d417a4824.zip llvm-bb648c9177cda700ae63cfced347f62d417a4824.tar.gz llvm-bb648c9177cda700ae63cfced347f62d417a4824.tar.bz2 |
[WebAssembly] Add lowering for llvm.rint and llvm.roundeven
WebAssembly doesn't expose inexact exceptions, so frint can be mapped to
fnearbyint. Likewise, WebAssembly always rounds ties-to-even, so
froundeven can be mapped to fnearbyint.
Differential Revision: https://reviews.llvm.org/D153451
Diffstat (limited to 'llvm/lib/ProfileData/SampleProfReader.cpp')
0 files changed, 0 insertions, 0 deletions