Sequel patch to https://reviews.llvm.org/D111316
Finally, remove the defintion of CodeGenFunction::InitTempAlloca().
Paths
| Differential D111324
[CFE][Codegen] Remove CodeGenFunction::InitTempAlloca() ClosedPublic Authored by hsmhsm on Oct 7 2021, 10:12 AM.
Details Summary Sequel patch to https://reviews.llvm.org/D111316 Finally, remove the defintion of CodeGenFunction::InitTempAlloca().
Diff Detail
Event Timelinehsmhsm added a parent revision: D111316: [CFE][Codegen][In-progress] Remove CodeGenFunction::InitTempAlloca().Oct 7 2021, 10:13 AM Comment Actions Can you just do one patch for all the OpenMP changes, and then put the final removal in a separate patch? Thanks for taking this on. Comment Actions Move OpenMP GPU offloading codegen related changes from here to https://reviews.llvm.org/D111324. This revision is now accepted and ready to land.Oct 8 2021, 12:19 PM Closed by commit rGdb9c2d775130: [CFE][Codegen] Remove CodeGenFunction::InitTempAlloca() (authored by hsmhsm). · Explain WhyOct 11 2021, 9:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 378094 clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CodeGenFunction.h
|