Commit 5ae0e13
committed
[SystemZ] Change operand type for CKSM intrstruction.
The current definition of the CKSM instruction uses GR64 for the first operand. However, according to the Principles Of Operation the bits 0-31 of the first operand always remain unchanged. This PR changes the first operand to GR32 to model this.
This has no further implication as this instruction is not used during code generation.1 parent f3d4d11 commit 5ae0e13
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2183 | 2183 | | |
2184 | 2184 | | |
2185 | 2185 | | |
2186 | | - | |
| 2186 | + | |
2187 | 2187 | | |
2188 | 2188 | | |
2189 | 2189 | | |
| |||
0 commit comments