[all-commits] [llvm/llvm-project] 36096c: [NFC][JumpThreading] Remove InsertFreezeWhenUnfold...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu May 26 16:13:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36096c2b383ec78030aad47c6b9f479f34d571d7
https://github.com/llvm/llvm-project/commit/36096c2b383ec78030aad47c6b9f479f34d571d7
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M llvm/include/llvm/Transforms/Scalar.h
M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
R llvm/test/Transforms/JumpThreading/select-unfold-freeze.ll
Log Message:
-----------
[NFC][JumpThreading] Remove InsertFreezeWhenUnfoldingSelect pass parameter
All callers pass true.
select-unfold-freeze.ll is now a subset of select.ll so delete it.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D126501
More information about the All-commits
mailing list