[all-commits] [llvm/llvm-project] 6dfa95: [X86] X86DAGToDAGISel::matchAddressRecursively - u...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jul 30 05:31:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6dfa95dae10b7aa0d2a5b8fc9d86f4da52271693
https://github.com/llvm/llvm-project/commit/6dfa95dae10b7aa0d2a5b8fc9d86f4da52271693
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-07-30 (Sun, 30 Jul 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Log Message:
-----------
[X86] X86DAGToDAGISel::matchAddressRecursively - use SelectionDAG::MaxRecursionDepth instead of hard coded constant. NFCI.
SelectionDAG::MaxRecursionDepth has the same max depth (with adjusted comparison).
More information about the All-commits
mailing list