2 Commits

Author SHA1 Message Date
Ivan Kosarev
6d160a49c2
[AMDGPU][TableGen][NFC] Combine predicates without using classes. (#82346)
Saves generating ~1200 instances of the PredConcat TableGen class.

Also removes the default predicates from resulting predicate lists.
2024-02-21 11:45:36 +00:00
Ivan Kosarev
f122268c04
[AMDGPU][NFC] Extend PredicateControl to support True16 predicates. (#82245)
Using OtherPredicates for True16 predicates is often problematic due to
interference with other kinds of predicates, particularly when this
overrides predicates inherited from pseudo instructions.
2024-02-20 11:37:44 +00:00