[all-commits] [llvm/llvm-project] ddbc72: [PGO][PGSO] Update BFI in CodeGenPrepare::optimize...
hjyamauchi via All-commits
all-commits at lists.llvm.org
Wed Jan 22 08:37:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ddbc728828c70728473b47c9f7427aa9514f3d17
https://github.com/llvm/llvm-project/commit/ddbc728828c70728473b47c9f7427aa9514f3d17
Author: Hiroshi Yamauchi <yamauchi at google.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/test/CodeGen/X86/cmov-into-branch.ll
Log Message:
-----------
[PGO][PGSO] Update BFI in CodeGenPrepare::optimizeSelectInst.
Summary:
Without the BFI update, some hot blocks are incorrectly treated as cold code.
This fixes a FDO perf regression in the TSVC benchmark from D71288.
Reviewers: davidxl
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73146
More information about the All-commits
mailing list