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
Please register or sign in to comment