[PATCH] D95976: [OpenMP] Simplify offloading parallel call codegen

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 19 08:58:07 PDT 2021


Meinersbur added inline comments.


================
Comment at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:591-592
 
   return Bld.CreateAnd(Bld.CreateNUWSub(NumThreads, Bld.getInt32(1)),
                        Bld.CreateNot(Mask), "master_tid");
 }
----------------
This is another undefined codegen call order which causes the current pre-merge checks to fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95976



More information about the cfe-commits mailing list