[all-commits] [llvm/llvm-project] ff1f3c: [GISelKnownBits] Make the max depth a parameter of...
qcolombet via All-commits
all-commits at lists.llvm.org
Tue Jan 21 11:35:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ff1f3cc1a12ea252fcc32f467d9f2677c2775bf3
https://github.com/llvm/llvm-project/commit/ff1f3cc1a12ea252fcc32f467d9f2677c2775bf3
Author: Quentin Colombet <qcolombet at apple.com>
Date: 2020-01-21 (Tue, 21 Jan 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
Log Message:
-----------
[GISelKnownBits] Make the max depth a parameter of the analysis
Allow users of that analysis to define the cut off depth of the
analysis instead of hardcoding 6.
NFC as the default parameter is 6.
More information about the All-commits
mailing list