Commit 45534789 authored by Yu Cheng's avatar Yu Cheng Committed by LeiWang1999
Browse files

[BugFix] Fix bug of missing MBarrierExpectTX (#241)

parent 12714155
...@@ -219,7 +219,7 @@ private: ...@@ -219,7 +219,7 @@ private:
Stmt expect_tx_; Stmt expect_tx_;
bool contain_tma_load_; bool contain_tma_load_;
bool insert_in_evaluate_; bool insert_in_evaluate_ = true;
}; };
class ProducerTraitsCollector : public StmtExprVisitor { class ProducerTraitsCollector : public StmtExprVisitor {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment