[flang] [llvm] [mlir] [MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (PR #118751)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 07:19:37 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp -- flang/lib/Optimizer/OpenMP/LowerNontemporal.cpp flang/lib/Optimizer/CodeGen/CodeGen.cpp flang/lib/Optimizer/Passes/Pipelines.cpp mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/flang/lib/Optimizer/OpenMP/LowerNontemporal.cpp b/flang/lib/Optimizer/OpenMP/LowerNontemporal.cpp
index 76a45de1c..0b0dcac6f 100644
--- a/flang/lib/Optimizer/OpenMP/LowerNontemporal.cpp
+++ b/flang/lib/Optimizer/OpenMP/LowerNontemporal.cpp
@@ -66,7 +66,7 @@ class LowerNontemporalPass
         }
       }
     });
-    }
+  }
 
   void runOnOperation() override {
     Operation *op = getOperation();

``````````

</details>


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


More information about the llvm-commits mailing list