[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #117904)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 10:44:10 PST 2024


================
@@ -7209,8 +7482,9 @@ ExprResult SemaOpenMP::ActOnOpenMPCall(ExprResult Call, Scope *Scope,
     Exprs.erase(Exprs.begin() + BestIdx);
   } while (!VMIs.empty());
 
-  if (!NewCall.isUsable())
+  if (!NewCall.isUsable()) {
     return Call;
+  }
----------------
shiltian wrote:

unrelated

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


More information about the llvm-commits mailing list