[all-commits] [llvm/llvm-project] c7fce3: [DAG] Rename computeOverflowKind -> computeOverflo...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri May 5 11:39:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7fce3f98b838324617bc46854f487798e75f3f5
https://github.com/llvm/llvm-project/commit/c7fce3f98b838324617bc46854f487798e75f3f5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] Rename computeOverflowKind -> computeOverflowForUnsignedAdd. NFC.
Matches the naming convention for the equivalent ValueTracking helpers - further SelectionDAG computeOverflowFor*() helpers will be added soon.
More information about the All-commits
mailing list