[all-commits] [llvm/llvm-project] 7e7e65: [Attributor] Allow SelectInst in AAValueConstantRa...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Sun Feb 9 22:56:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7e7e6594b3450dbdaffbbeb39e832f6f39ce45a9
https://github.com/llvm/llvm-project/commit/7e7e6594b3450dbdaffbbeb39e832f6f39ce45a9
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/range.ll
Log Message:
-----------
[Attributor] Allow SelectInst in AAValueConstantRangeFloating
The genericValueTraversal will already handle SelectInst properly and we
just needed to allow them in the initialize method.
More information about the All-commits
mailing list