[llvm] [AMDGPU][True16] Make NotHasTrue16BitInsts a True16Predicate (PR #84771)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 08:17:41 PDT 2024
Sisyph wrote:
My goal here was introducing the predicate, and changing some uses that I know were covered by tests. I could also do a more widespread change like replacing all uses of NotHasTrue16BitInsts in SubtargetPredicates or OtherPredicates with a use in True16Predicate. Or in fact all uses of True16Predicates in SubtargetPredicates or OtherPredicates. But I don't see the motivation for those changes at the moment.
https://github.com/llvm/llvm-project/pull/84771
More information about the llvm-commits
mailing list