llvm-project
c3a638ca
- [GlobalISel] Fix silently dropped MIFlags on selected instructions (#138851)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
147 days ago
[GlobalISel] Fix silently dropped MIFlags on selected instructions (#138851) We used uint16 for flags but flags now go up to 24 bits, so all flags in bits 16-24 were lost. Fixes #110801
References
#138851 - [GlobalISel] Fix silently dropped MIFlags on selected instructions
Author
Pierre-vh
Parents
a83bb35e
Loading