[llvm] [offload] Add Windows offload support (PR #187006)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 05:53:01 PDT 2026


================
@@ -42,26 +43,26 @@ template <typename Ty> inline Ty roundUp(Ty V, Ty Boundary) {
 
 /// Return the first bit set in \p V.
 inline uint32_t ffs(uint32_t V) {
----------------
jhuber6 wrote:

All of these bit helpers should just be removed and made to use the LLVM bit helpers (std bit is C++20).

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


More information about the llvm-commits mailing list