Issue 122616
Summary MCA fails to parse movsx intsructions
Labels new issue
Assignees
Reporter TiborGY
    See: https://gcc.godbolt.org/z/z4nWWTj6E
Trying to analyze some assembly from gfortran results in errors when MCA sees some movsx instructions:
```
<source>:105:2: error: invalid operand for instruction
 movsx   rax, r10d
        ^
<source>:253:2: error: invalid operand for instruction
        movsx   rdi, esi
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to