mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
[bug] Fixed tablegen to properly add implicit zeroing flag
It was ignoring the flag and as a result the instruction such as
vpcmpeqd k1 {k2}, zmm1, zmm2
would have k1 set as Read/Write, which is incorrect.
This commit is contained in: