[all-commits] [llvm/llvm-project] 77296d: [mlir][OpenMP][NFC] Removing unnecessary builders ...
Shraiysh via All-commits
all-commits at lists.llvm.org
Mon Feb 28 00:53:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77296dc5e98d06a20aea46fdc38268afb44518ac
https://github.com/llvm/llvm-project/commit/77296dc5e98d06a20aea46fdc38268afb44518ac
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
Log Message:
-----------
[mlir][OpenMP][NFC] Removing unnecessary builders for wsloop
This patch removes the builders for `omp.wsloop` operation that aren't
specifically needed anywhere. We can add them later if the need arises.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D120533
More information about the All-commits
mailing list