3 Commits

Author SHA1 Message Date
Nikita Popov
c820f2a43e [Verifier] Convert some tests to opaque pointers (NFC) 2023-01-05 13:11:44 +01:00
Roman Lebedev
926497673e
[NFC] Port all Verifier tests to -passes= syntax 2022-12-09 02:07:27 +03:00
Guillaume Chatelet
38637ee477 [clang] Add support for __builtin_memset_inline
In the same spirit as D73543 and in reply to https://reviews.llvm.org/D126768#3549920 this patch is adding support for `__builtin_memset_inline`.

The idea is to get support from the compiler to easily write efficient memory function implementations.

This patch could be split in two:
 - one for the LLVM part adding the `llvm.memset.inline.*` intrinsics.
 - and another one for the Clang part providing the instrinsic as a builtin.

Differential Revision: https://reviews.llvm.org/D126903
2022-06-10 13:13:59 +00:00