[all-commits] [llvm/llvm-project] 28a914: [GuardWidening] Remove WidenFrequentBranches trans...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Nov 19 15:15:56 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 28a91473e33eb3585a87514e4cf2523a9a587d82
https://github.com/llvm/llvm-project/commit/28a91473e33eb3585a87514e4cf2523a9a587d82
Author: Philip Reames <listmail at philipreames.com>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M llvm/lib/Transforms/Scalar/GuardWidening.cpp
R llvm/test/Transforms/GuardWidening/widen-frequent-branches.ll
Log Message:
-----------
[GuardWidening] Remove WidenFrequentBranches transform
This code has never been enabled. While it is tested, it's complicating some refactoring. If we decide to re-implement this, doing it in SimplifyCFG would probably make more sense anyways.
More information about the All-commits
mailing list