[all-commits] [llvm/llvm-project] 8ce450: [NFCI][SimplifyCFG] Combine select costs and checks
Sam Parker via All-commits
all-commits at lists.llvm.org
Mon Aug 24 01:19:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ce450da329e3b011ff5adc685ca6eb4c2b09e74
https://github.com/llvm/llvm-project/commit/8ce450da329e3b011ff5adc685ca6eb4c2b09e74
Author: Sam Parker <sam.parker at arm.com>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[NFCI][SimplifyCFG] Combine select costs and checks
Combine the cost modelling and validity checks for the phi to select
conversion in SpeculativelyExecuteBB, extracting the logic out into
a function.
More information about the All-commits
mailing list