sarnex wrote: I think this repros it:
``` #include <intrin.h> #define YIELD_PROCESSOR __yield() int main() { YIELD_PROCESSOR; return 0; }``` ``` clang-cl repro.c -target aarch64-windows-msvc ``` https://github.com/llvm/llvm-project/pull/140910 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits