[all-commits] [llvm/llvm-project] 1f2d46: [NFC][MC][DecoderEmitter] Simplify loop to find th...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Sun Aug 31 06:23:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f2d461e26c4c7fdad922b1b62f2aced58844ce1
https://github.com/llvm/llvm-project/commit/1f2d461e26c4c7fdad922b1b62f2aced58844ce1
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-08-31 (Sun, 31 Aug 2025)
Changed paths:
M llvm/utils/TableGen/DecoderEmitter.cpp
Log Message:
-----------
[NFC][MC][DecoderEmitter] Simplify loop to find the best filter (#156237)
We can just use `max_element` on the array of filters.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list