[all-commits] [llvm/llvm-project] e71f24: [TableGen] Simplify MachineValueTypeSet::iterator:...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Nov 23 18:51:48 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e71f243a8d0ed1a5089a4f56dcb90be972dfa061
https://github.com/llvm/llvm-project/commit/e71f243a8d0ed1a5089a4f56dcb90be972dfa061
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-11-23 (Sun, 23 Nov 2025)
Changed paths:
M llvm/utils/TableGen/Common/CodeGenDAGPatterns.h
Log Message:
-----------
[TableGen] Simplify MachineValueTypeSet::iterator::find_from_pos. NFC (#169227)
Merge the SkipBits!=0 handling into the first iteration of the word
loop. This is the same code structure used by BitVector::find_first_in.
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