llvm-project
d223832a - [TableGen] Use getValue instead of getInt for enum attributes (#144030)

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.
Author
Parents
Loading