llvm-project
17f5f5ba - [X86] Avoid Register implicit int conversion

Commit
250 days ago
[X86] Avoid Register implicit int conversion PushedRegisters in this patch needs to be of type int64_t because iot is grabbing registers from immediate operands of pseudo instructions. However, we then compare to an actual register type later, which relies on the implicit conversion within Register to int, which can result in build failures in some configurations.
Committer
Parents
Loading