Displaying 2 results from an estimated 2 matches for "7db278d1".
2016 Feb 16
2
a bundle with one instruction
...ion Center, Inc. is a member of Code Aurora Forum, hosted
> by The Linux Foundation
>
--
Rail Shafigulin
Software Engineer
Esencia Technologies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160216/7db278d1/attachment.html>
2016 Jan 21
2
a bundle with one instruction
You can have
>
> BUNDLE // 2 instructions in a bundle
> instruction1 //
> instruction2 //
> instruction3 // single, non-bundled instruction
> BUNDLE // another bundle with 2 instructions
> instruction4 //
> instruction5 //
>
> instruction3 is not bundled with anything, and it's between two other
> bundles---that's what I