llvm-project
975477e7
- [CGBuiltin] Explicitly use inbounds GEP (NFCI)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[CGBuiltin] Explicitly use inbounds GEP (NFCI) All of these are inbounds as they access known offsets in fixed globals. NFCI because constant expression construction currently already infers this, this patch just makes it explicit.
Author
nikic
Committer
nikic
Parents
799316ff
Loading