This patch changes the argument from template-IRBuilder to IRBuilderBase
thus allowing us to write less code while getting the location from a
builder.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119717
[OpenMP][IRBuilder] Change the default constructor for OpenMPIRBuilder::LocationDescription ClosedPublic Authored by shraiysh on Feb 14 2022, 7:06 AM.
Details Summary This patch changes the argument from template-IRBuilder to IRBuilderBase
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sstefan1, stephenneuendorffer, nicolasvasilache. · View Herald Transcript shraiysh added reviewers: kiranktp, NimishMishra, AMDChirag, kiranchandramohan, clementval, peixin.Feb 14 2022, 7:11 AM This revision is now accepted and ready to land.Feb 14 2022, 7:16 AM This revision was landed with ongoing or failed builds.Feb 14 2022, 11:10 AM Closed by commit rGb85cfe208f1d: [OpenMP][IRBuilder] Change the default constructor for OpenMPIRBuilder… (authored by shraiysh). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 408518 llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
|