[clang] [clang] Implement __builtin_rotate{left,right}g (PR #160259)

Nikolas Klauser via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 24 05:50:18 PDT 2025


================
@@ -0,0 +1,20 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
----------------
philnik777 wrote:

Should the target be pinned? Then the `#ifdef`s wouldn't be necessary anymore I think.

https://github.com/llvm/llvm-project/pull/160259


More information about the cfe-commits mailing list