[all-commits] [llvm/llvm-project] 19c2e1: [JumpThreading] Update computeValueKnownInPredeces...
Juneyoung Lee via All-commits
all-commits at lists.llvm.org
Tue Feb 23 07:06:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19c2e129475013a8a36696d475c9d8681ce52614
https://github.com/llvm/llvm-project/commit/19c2e129475013a8a36696d475c9d8681ce52614
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
Log Message:
-----------
[JumpThreading] Update computeValueKnownInPredecessors to recognize logical and/or patterns
This allows JumpThreading's computeValueKnownInPredecessors to
recognize select form of and/or patterns as well.
More information about the All-commits
mailing list