[PATCH] D122259: [SelectOpti][2/5] Select-to-branch base transformation
Sotiris Apostolakis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 13:52:11 PDT 2022
apostolakis created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
apostolakis requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch implements the actual transformation of selects to branches.
It includes only the base transformation without any sinking.
Depends on D120230 <https://reviews.llvm.org/D120230>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122259
Files:
llvm/lib/CodeGen/SelectOptimize.cpp
llvm/test/CodeGen/X86/select-optimize.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122259.417393.patch
Type: text/x-patch
Size: 11397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220322/0826ab44/attachment.bin>
More information about the llvm-commits
mailing list