vporpo added a comment.
Yeah sorry about that, I reverted it here: b5f239363a3 Revert "[NFC][IR] Make
Module::getGlobalList() private"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144027/new/
https://reviews.llvm.org/D144027
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGed3e3ee9e30d: [NFC][IR] Make Module::getGlobalList() private
(authored by vporpo).
Changed prior to commit:
https://reviews.llvm.org/D144027?vs=49
vporpo updated this revision to Diff 497403.
vporpo added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144027/new/
https://reviews.llvm.org/D144027
Files:
clang/lib/CodeGen/CGHLSLRuntime.cpp
clang/lib/CodeGen/CGObjCMac.cpp
vporpo added inline comments.
Comment at: llvm/unittests/IR/ModuleTest.cpp:47-49
// Sort the globals by name.
EXPECT_FALSE(std::is_sorted(M.global_begin(), M.global_end(), compare));
-M.getGlobalList().sort(compare);
I removed this because it is tes
vporpo updated this revision to Diff 497367.
vporpo marked an inline comment as done.
vporpo added a comment.
Removed commented out lines from ModuleTest.cpp
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144027/new/
https://reviews.llvm.org/D144027
vporpo created this revision.
vporpo added a reviewer: aeubanks.
Herald added subscribers: mattd, gchakrabarti, asavonic, snehasish, ormris,
hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added subscribers: llvm-commits, lldb-commits, cfe-commits, jholewin
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb64f7d028bdc: [NFC][IR] Make Module::getAliasList() private
(authored by vporpo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
vporpo updated this revision to Diff 497150.
vporpo marked an inline comment as done.
vporpo added a comment.
Addressed comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143958/new/
https://reviews.llvm.org/D143958
Files:
lldb/source/Expres
vporpo added inline comments.
Comment at: llvm/include/llvm/IR/Module.h:573
+ /// Inserts \p Alias into the alias list before \p Where and takes ownership.
+ void insertAlias(AliasListType::iterator Where, GlobalAlias *Alias) {
+AliasList.insert(Where, Alias);
-
vporpo created this revision.
vporpo added a reviewer: aeubanks.
Herald added subscribers: ormris, jeroen.dobbelaere, hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added projects: LLDB, LLVM.
Herald added subscribers: llvm-commits, lldb-commits.
This patc
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGadfb23c607ce: [NFC] Cleanup: Remove
Function::getBasicBlockList() when not required. (authored by vporpo).
Repository:
rG LLVM Github Monorepo
CH
vporpo created this revision.
vporpo added reviewers: aeubanks, asbirlea.
Herald added subscribers: Moerafaat, zero9178, Enna1, bzcheeseman, mattd,
awarzynski, sdasgup3, wenzhicui, wrengr, ormris, cota, teijeong, rdzhabarov,
tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aa
12 matches
Mail list logo