llvm-project
344708c2
- [ms] [llvm-ml] Allow PTR casting of registers to their own size (#132751)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#132751 - [ms] [llvm-ml] Allow PTR casting of registers to their own size
Author
ericastor
Parents
40edc347
Loading