[llvm] [CodeGen] Fix handling dead redefs in finalizeBundle (PR #157427)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 8 08:24:37 PDT 2025


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


More information about the llvm-commits mailing list