arsenm wrote: > I've always understood that the bundle should be equivalent to executing the contained instructions **serially**. No, bundles have no ordering. It's as if they all executed at the same time https://github.com/llvm/llvm-project/pull/157427