[llvm-dev] a bundle with one instruction

Krzysztof Parzyszek via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 20 13:26:31 PST 2016


On 1/20/2016 3:23 PM, Rail Shafigulin via llvm-dev wrote:
> Is there a way to place a bundle a BUNDLE instruction into a packet with
> one instruction? Current code to end packet doesn't handle this case:

No. Bundles with single instructions are not allowed, but bundles can be 
mixed with instructions that are not bundled.

-Krzysztof

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-dev mailing list