[PATCH] D42392: [AArch64] Add new target feature to fuse conditional select
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 12:14:32 PST 2018
evandro created this revision.
evandro added reviewers: rengolin, MatzeB, kristof.beyls.
Herald added subscribers: hiraditya, javed.absar.
This feature enables the fusion of the comparison and the conditional select instructions together.
Repository:
rL LLVM
https://reviews.llvm.org/D42392
Files:
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/test/CodeGen/AArch64/misched-fusion-csel.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42392.130943.patch
Type: text/x-patch
Size: 8761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180122/02a0feae/attachment.bin>
More information about the llvm-commits
mailing list