GPUOpen-Drivers / llvm-dialects

LLVM Dialects Library
Apache License 2.0
22 stars 22 forks source link

OpMap: Fix StateMachine issue. #66

Closed tsymalla-AMD closed 1 year ago

tsymalla-AMD commented 1 year ago

When we are in the CoreOp or Intrinsic state and are about to transition to the DialectOp state, then we cannot just access the DialectOpIteratorT in the internal variant storage, since the new iterator (m_dialectOps.begin()) is not stored in the variant yet.