mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-27 03:01:52 -04:00
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user