Issue 60606
Summary [hexagon] benign register transfers cause spurious warnings
Labels new issue
Assignees androm3da
Reporter androm3da
    ```
$ echo 'r0=#0x80000000' | ./bin/llvm-mc -arch=hexagon
	.text
<stdin>:1:1: warning: Signed/Unsigned mismatch
r0=#0x80000000
^
	{
		r0 = ##-2147483648
	}

```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to