Skip to content
Commit eb1bef60 authored by Andrea Di Biagio's avatar Andrea Di Biagio
Browse files

[llvm-mca] Avoid calling method update() on instructions that are already in...

[llvm-mca] Avoid calling method update() on instructions that are already in the IS_READY state. NFCI

When promoting instructions from the wait queue to the ready queue, we should
check if an instruction has already reached the IS_READY state before
calling method update().

llvm-svn: 335722
parent 41afbcb9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment