Commit 8ad1b689 authored by YenHaoChen's avatar YenHaoChen
Browse files

vector: Not logging write of reduction instructions when vl = 0

The spec says: "If vl=0, no operation is performed and the destination
register is not updated." in Section 14. Vector Reduction Operations.

The commit proposes setting the variable is_write to false when vl = 0,
which means not logging the write.
parent 2cfd5393
Supports Markdown
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