[PATCH] D133202: [Clang][CodeGen] Avoid __builtin_assume_aligned crash when the 1st arg is array type
Lin Yurong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 5 07:25:08 PDT 2022
yronglin added a comment.
In D133202#3768770 <https://reviews.llvm.org/D133202#3768770>, @vitalybuka wrote:
> Broken by the patch https://lab.llvm.org/buildbot/#/builders/127/builds/35304
Thanks @vitalybuka , seems `intrin0.inl.h` have a forward declaration `__MACHINE(void * __cdecl __builtin_assume_aligned(const void *, size_t, ...) noexcept)`, should we use `nc` in `BUILTIN(__builtin_assume_aligned, "v*vC*z.", "nct")` but not `nct` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133202/new/
https://reviews.llvm.org/D133202
More information about the cfe-commits
mailing list