Rebase to LLVM-head. (#1200)

Rebase to
37b7a60cd7
This commit is contained in:
Christian Sigg
2023-02-17 22:16:11 +01:00
committed by GitHub
parent 3b72ebd199
commit 9ef4b5d773
56 changed files with 535 additions and 516 deletions

View File

@@ -51,7 +51,7 @@ struct TestAliasPass
dataflow::Lattice<AliasInfo> *latticeElement =
analysis->getLatticeElement(value);
SmallVector<std::string, 4> opNames;
if (latticeElement && !latticeElement->isUninitialized()) {
if (latticeElement) {
auto &info = latticeElement->getValue();
for (auto &alias : info.getAllocs()) {
auto opName =