[all-commits] [llvm/llvm-project] b85cfe: [OpenMP][IRBuilder] Change the default constructor...
Shraiysh via All-commits
all-commits at lists.llvm.org
Mon Feb 14 11:10:51 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b85cfe208f1d2768274375eb807b4d9362db77af
https://github.com/llvm/llvm-project/commit/b85cfe208f1d2768274375eb807b4d9362db77af
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
[OpenMP][IRBuilder] Change the default constructor for OpenMPIRBuilder::LocationDescription
This patch changes the argument from template-IRBuilder to IRBuilderBase
thus allowing us to write less code while getting the location from a
builder.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D119717
More information about the All-commits
mailing list