[all-commits] [llvm/llvm-project] 4f9582: [DAG] SelectionDAG::getNode() - consistently use N...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jul 17 09:18:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f95821f582efd52a73901e38453d9f217955f58
https://github.com/llvm/llvm-project/commit/4f95821f582efd52a73901e38453d9f217955f58
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] SelectionDAG::getNode() - consistently use N1 for first operand. NFCI.
This has been annoying me for years - rename Operand to N1 so it matches all the other getNode() calls, and simplifies my debug watch windows!
More information about the All-commits
mailing list