[PATCH] D129231: [Builtins] Do not claim all libfuncs are readnone with trapping math.

Steve Canon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 11 08:50:46 PDT 2022


scanon added a comment.

In any event, from the standpoint of the C(23) language, these operations do not set inexact, so I believe that it is appropriate to optimize them as if they do not set inexact.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129231/new/

https://reviews.llvm.org/D129231



More information about the cfe-commits mailing list