[Openmp-commits] [PATCH] D66851: [libomptarget] Refactor activemask macro to inline function

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 2 13:32:38 PDT 2019


JonChesterfield added a comment.

Replace types with `__kmpc_impl_lanemask_t` wherever they are used within a function.

We probably want to change some of the function prototypes to take this type as well but I'd like to make that change separately.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66851/new/

https://reviews.llvm.org/D66851





More information about the Openmp-commits mailing list