llvm-project
a8f51a3a
- ValueTracking: Use fcmp parent function to query denormal mode (#174929)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
107 days ago
ValueTracking: Use fcmp parent function to query denormal mode (#174929) Avoid depending on the SimplifyQuery's context instruction, which may be null to query the function context to use for the denormal mode. This avoids crashes in future patches.
References
#174929 - ValueTracking: Use fcmp parent function to query denormal mode
Author
arsenm
Parents
3134b9fb
Loading