[all-commits] [llvm/llvm-project] 97c3ef: [SelectOpti][2/5] Select-to-branch base transforma...
Sotiris Apostolakis via All-commits
all-commits at lists.llvm.org
Mon May 23 13:14:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97c3ef5c8a289ca54ca0c61c75fd00adab92b7c0
https://github.com/llvm/llvm-project/commit/97c3ef5c8a289ca54ca0c61c75fd00adab92b7c0
Author: Sotiris Apostolakis <apostolakis at google.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M llvm/lib/CodeGen/SelectOptimize.cpp
A llvm/test/CodeGen/X86/select-optimize.ll
Log Message:
-----------
[SelectOpti][2/5] Select-to-branch base transformation
This patch implements the actual transformation of selects to branches.
It includes only the base transformation without any sinking.
Depends on D120230
Reviewed By: davidxl
Differential Revision: https://reviews.llvm.org/D122259
More information about the All-commits
mailing list