[PATCH] D114379: [OMPIRBuilder] Add support for simd (loop) directive.

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 22 09:51:51 PST 2021


tschuett added inline comments.


================
Comment at: llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:2121
+static void addSIMDMetadata(BasicBlock *block,
+                            ArrayRef<Metadata *> Properties) {
+  for (auto &I : *block) {
----------------
Properties is unused in the function?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114379



More information about the cfe-commits mailing list