[LLVMdev] X86TargetLowering::LowerToBT

Chris Sears chris.sears at gmail.com
Thu Jan 22 15:29:17 PST 2015


The status quo is:

a) 40b REX+BT instruction for the 64b case
b) 48b TEST for the 32b case
c) unless it's small TEST


You are currently paying a 16b penalty for TEST vs BT in the 32b case.
That may be worth testing the -Os flag.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150122/124d041a/attachment.html>


More information about the llvm-dev mailing list