Skip to content
  • Kunshan Wang's avatar
    Fixed phi-nodes and landingpads. · 9bcf64aa
    Kunshan Wang authored
    Phi-nodes and landingpads, which are now collectively called
    "edge-assigned" instructions, in the basic block are now evaluated
    together in the loop backedge rather than evaluated one at a time. This
    mirrors the LLVM's behaviour.
    9bcf64aa