[PATCH] D89746: [OpenMP] Emit calls to int64_t functions for amdgcn

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 15:23:30 PDT 2020


JonChesterfield added inline comments.


================
Comment at: llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:222
 
+Type *OpenMPIRBuilder::getLanemaskType() {
+  LLVMContext &Ctx = M.getContext();
----------------
This seems ugly - is there a better path from module to triple?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89746



More information about the llvm-commits mailing list