[all-commits] [llvm/llvm-project] 1c6d1e: [PredicateInfo] Handle logical and/or
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 20 12:07:36 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c6d1e57c15b59114a05b20e667517872510aaa9
https://github.com/llvm/llvm-project/commit/1c6d1e57c15b59114a05b20e667517872510aaa9
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Utils/PredicateInfo.cpp
M llvm/test/Transforms/NewGVN/condprop.ll
M llvm/test/Transforms/SCCP/conditions-ranges.ll
M llvm/test/Transforms/Util/PredicateInfo/testandor.ll
Log Message:
-----------
[PredicateInfo] Handle logical and/or
Teach PredicateInfo to handle logical and/or the same way as
bitwise and/or. This allows handling logical and/or inside IPSCCP
and NewGVN.
More information about the All-commits
mailing list