[all-commits] [llvm/llvm-project] 04e5ea: [TableGen] Remove recursive walk of linked list fr...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Feb 9 14:24:59 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04e5ea5237da5c49d05cd9499a5f0eb325638cf9
https://github.com/llvm/llvm-project/commit/04e5ea5237da5c49d05cd9499a5f0eb325638cf9
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-02-09 (Sun, 09 Feb 2025)
Changed paths:
M llvm/utils/TableGen/DAGISelMatcherOpt.cpp
Log Message:
-----------
[TableGen] Remove recursive walk of linked list from ContractNodes. NFC
After f9250401ef120a4605ad67bb43d3b25500900498, this function is
tail recursive so it was straightforward to convert this to iteratively
walk the linkd list.
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