[PATCH] D136939: [X86] Use default attributes for intrinsics

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 06:38:28 PDT 2022


pengfei accepted this revision.
pengfei added a comment.

Third thought, we may need `noreturn` for those intrinsics that may raise exceptions under `maytrap` or `strict` cases. But I think we don't have a good way to switch the attributes with compiler options. Anyway, it is an irrelevant problem. And this patch LGTM.


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

https://reviews.llvm.org/D136939



More information about the llvm-commits mailing list