llvm-project
d223832a
- [TableGen] Use getValue instead of getInt for enum attributes (#144030)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
184 days ago
[TableGen] Use getValue instead of getInt for enum attributes (#144030) Fixes #144005 getInt is deprecated. We can instead compare APInt for the predicate and getZExtValue to return the underlying data.
References
#144030 - [TableGen] Use getValue instead of getInt for enum attributes
Author
0xMihir
Parents
1060d891
Loading