On Thu, 30 Jan 2025 00:11:01 +0900,
Jeff Law wrote:
>
>
>
> On 1/29/25 3:47 AM, Yoshinori Sato wrote:
> > When using the "Q" constraint in the inline assembler, the displacement
> > value
> > could exceed the range specified by the instruction.
> > To avoid this issue, a displacement range chec
On 1/29/25 3:47 AM, Yoshinori Sato wrote:
When using the "Q" constraint in the inline assembler, the displacement value
could exceed the range specified by the instruction.
To avoid this issue, a displacement range check is added to the "Q" constraint.
Thanks. I've pushed this to the trunk, e