[llvm] [TargetParser][NFC] Make FeatureBitset iterable (PR #206394)
Alexis Engelke via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 28 23:19:10 PDT 2026
https://github.com/aengelke commented:
I would expect an iterator to only yield active features and use cttz to quickly skip unset bits.
https://github.com/llvm/llvm-project/pull/206394
More information about the llvm-commits
mailing list