[all-commits] [llvm/llvm-project] 028b69: [TableGen] Remove unnecessary check before calling...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jan 31 21:45:05 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 028b69009a221e16076be77752514525b321d012
https://github.com/llvm/llvm-project/commit/028b69009a221e16076be77752514525b321d012
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M llvm/utils/TableGen/DAGISelMatcherOpt.cpp
Log Message:
-----------
[TableGen] Remove unnecessary check before calling SmallVector::erase. NFC
This was checking whether the erase is needed, but erase is safe
to call with equal iterators.
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