[all-commits] [llvm/llvm-project] fc3f0c: [IRCE] Use m_LogicalAnd
Juneyoung Lee via All-commits
all-commits at lists.llvm.org
Fri Mar 26 23:23:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc3f0c9cc0857060a305b41ee9d4e14dea337abd
https://github.com/llvm/llvm-project/commit/fc3f0c9cc0857060a305b41ee9d4e14dea337abd
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2021-03-27 (Sat, 27 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
Log Message:
-----------
[IRCE] Use m_LogicalAnd
This is a minor fix to use m_LogicalAnd.
This allows IRCE to recognize select form of and conditions as well.
More information about the All-commits
mailing list