[all-commits] [llvm/llvm-project] 85fb9c: Precommit a test file for D84941
Juneyoung Lee via All-commits
all-commits at lists.llvm.org
Tue May 17 18:51:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85fb9ccfa387f78eb77bdfdfd5f0d18d43bcebeb
https://github.com/llvm/llvm-project/commit/85fb9ccfa387f78eb77bdfdfd5f0d18d43bcebeb
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
A llvm/test/Transforms/JumpThreading/freeze-impliescond.ll
Log Message:
-----------
Precommit a test file for D84941
Commit: 3adcf96b4faa06ff6d82a8bdf92d2a3f4917c433
https://github.com/llvm/llvm-project/commit/3adcf96b4faa06ff6d82a8bdf92d2a3f4917c433
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
M llvm/test/Transforms/JumpThreading/freeze-impliescond.ll
Log Message:
-----------
[JumpThreading] Let ProcessImpliedCondition look into freeze instructions
This patch makes JumpThreading's ProcessImpliedCondition deal with frozen
conditions.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D84941
Compare: https://github.com/llvm/llvm-project/compare/8527f32f0a16...3adcf96b4faa
More information about the All-commits
mailing list