Displaying 2 results from an estimated 2 matches for "8c3041b5".
2015 Jan 24
2
[LLVMdev] X86TargetLowering::LowerToBT
...llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
--
Ite Ursi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150124/8c3041b5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tst64.ll
Type: application/octet-stream
Size: 16154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150124/8c3041b5/attachment.obj>
2015 Jan 24
2
[LLVMdev] X86TargetLowering::LowerToBT
This is a patch to X86TargetLowering::LowerToBT() which was hashed over on
the Developers list with Intel concurring.
It checks whether the -Oz (optimize for size) flag is set or whether the
containing function's PGO cold attribute is set. If either are true it
emits BT for tests of bits 8-31 instead of TEST. Previously, TEST was
always used for bits 0-31 and BT was always used for bits