Files
clang-p2996/mlir/tools
Mihir Patil d223832a58 [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.
2025-06-25 12:00:50 +02:00
..