[clang] [llvm] [mlir] [OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (PR #80343)

Akash Banerjee via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 10:03:36 PDT 2024


================
@@ -0,0 +1,1071 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --function-signature --include-generated-funcs --replace-value-regex "__omp_offloading_[0-9a-z]+_[0-9a-z]+" "reduction_size[.].+[.]" "pl_cond[.].+[.|,]" --prefix-filecheck-ir-name _
----------------
TIFitis wrote:

I've removed the checks which didn't pertain to the complex reduction section of the code.

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


More information about the llvm-commits mailing list