[llvm-dev] question on instruction bundles
Bagel via llvm-dev
llvm-dev at lists.llvm.org
Thu May 14 09:33:28 PDT 2020
On 5/13/20 11:31 AM, Matt Arsenault wrote:
>
>
>> On May 13, 2020, at 12:23, Bagel via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Can instruction bundles be nested? If a later pass wants to make a bundle which includes an already existing bundle, is this legal?
>>
>>
> No, bundles are a flat sequence and can’t be nested
>
> -Matt
>
Thanks, I guess I'll need to use a different approach.
Brian
More information about the llvm-dev
mailing list