[PATCH] D22354: AVX-512: Fixed BT instruction selection on AVX-512
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 17 02:10:55 PDT 2016
delena updated this revision to Diff 64244.
delena marked an inline comment as done.
delena added a comment.
The changes are made according to Sanjay's comments.
1. Common code is hoisted to a separate function getBitTestCondition().
2. The test case bt.ll shows what's done.
Repository:
rL LLVM
https://reviews.llvm.org/D22354
Files:
../lib/CodeGen/SelectionDAG/TargetLowering.cpp
../lib/Target/X86/X86ISelLowering.cpp
../test/CodeGen/X86/bt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22354.64244.patch
Type: text/x-patch
Size: 26360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160717/59e2abb5/attachment.bin>
More information about the llvm-commits
mailing list