[all-commits] [llvm/llvm-project] 365f5e: [JumpThreading] Fix tryToUnfoldSelectInCurrBB to t...
Juneyoung Lee via All-commits
all-commits at lists.llvm.org
Tue Mar 2 01:35:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 365f5e24758826a6ba4e58ad424b321d3a5c49a2
https://github.com/llvm/llvm-project/commit/365f5e24758826a6ba4e58ad424b321d3a5c49a2
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
Log Message:
-----------
[JumpThreading] Fix tryToUnfoldSelectInCurrBB to treat and/or and its select form equally
This is a minor fix to update tryToUnfoldSelectInCurrBB to ignore select
form of and/ors because the function does not look into binops as well
More information about the All-commits
mailing list