[libclc] [libclc] Add generic implementation of bitfield_insert/extract,bit_reverse (PR #149070)
Fraser Cormack via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 16 03:59:43 PDT 2025
================
@@ -0,0 +1,10 @@
+//===----------------------------------------------------------------------===//
----------------
frasercrmck wrote:
It's minor but I'd perhaps suggest naming this file `clc_bitfield_extract_decl.inc` as it's a helper file for differently named declarations, and not declaration a builtin called `__clc_bitfield_extract`.
https://github.com/llvm/llvm-project/pull/149070
More information about the cfe-commits
mailing list