Skip to content

Simplify quantifiers all_of, any_of, none_of. NFC.#23180

Merged
kuhar merged 1 commit intoiree-org:mainfrom
kuhar:simplify-quantifiers
Jan 17, 2026
Merged

Simplify quantifiers all_of, any_of, none_of. NFC.#23180
kuhar merged 1 commit intoiree-org:mainfrom
kuhar:simplify-quantifiers

Conversation

@kuhar
Copy link
Member

@kuhar kuhar commented Jan 17, 2026

  • Use llvm::IsaPred<T> instead of lambdas where possible
  • !any_of --> none_of

Copy link
Contributor

@jtuyls jtuyls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kuhar kuhar merged commit 8b6f339 into iree-org:main Jan 17, 2026
53 of 56 checks passed
keshavvinayak01 pushed a commit that referenced this pull request Jan 27, 2026
* Use `llvm::IsaPred<T>` instead of lambdas where possible
* `!any_of` --> `none_of`

Signed-off-by: Keshav Vinayak Jha <keshavvinayakjha@gmail.com>
MaheshRavishankar pushed a commit to MaheshRavishankar/iree that referenced this pull request Feb 24, 2026
* Use `llvm::IsaPred<T>` instead of lambdas where possible
* `!any_of` --> `none_of`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants