[PATCH] D119717: [OpenMP][IRBuilder] Change the default constructor for OpenMPIRBuilder::LocationDescription

Shraiysh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 07:06:57 PST 2022


shraiysh created this revision.
Herald added subscribers: awarzynski, sdasgup3, wenzhicui, wrengr, Chia-hungDuan, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, rogfer01, guansong, yaxunl.
Herald added a reviewer: ftynse.
shraiysh requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1, stephenneuendorffer, nicolasvasilache.
Herald added projects: MLIR, LLVM.

This patch changes the argument from template-IRBuilder to IRBuilderBase
thus allowing us to write less code while getting the location from a
builder.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119717

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119717.408405.patch
Type: text/x-patch
Size: 6990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220214/9bbe566e/attachment.bin>


More information about the llvm-commits mailing list