llvm-project
344708c2 - [ms] [llvm-ml] Allow PTR casting of registers to their own size (#132751)

Commit
208 days ago
[ms] [llvm-ml] Allow PTR casting of registers to their own size (#132751) MASM allows no-op casts on register operands; for example, `DWORD PTR eax` is a legal expression. Any other cast is an error. Fixes #132084
Author
Parents
Loading