Issue 87188
Summary [BOLT] [MC] AArch64 MCInst printing issue
Labels BOLT
Assignees
Reporter YuanSha0
    Hi!
In BOLT, while working on some optimizations, I am attempting to directly modify instructions using the MCInst class to alter the stack access offset. However, when I print out the Operand information, I find that the results do not match my expectations.
 

![image](https://github.com/llvm/llvm-project/assets/81171521/ff0386ac-1cc0-469e-b0dc-311e1ef3600f)

printing result:

![image](https://github.com/llvm/llvm-project/assets/81171521/2cd6e160-1a2c-4c82-b1b0-6a7329c5d7ab)

What I can't understand is that its Imm value is 4, and the Imm values are the same among them.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to