Can instruction bundles be nested? If a later pass wants to make a bundle which includes an already existing bundle, is this legal?
thanks,
brian
Can instruction bundles be nested? If a later pass wants to make a bundle which includes an already existing bundle, is this legal?
thanks,
brian
No, bundles are a flat sequence and can’t be nested
-Matt
Thanks, I guess I'll need to use a different approach.
Brian