[all-commits] [llvm/llvm-project] abb8bf: [Test] Add XFAIL test for PR56243

Max Kazantsev via All-commits all-commits at lists.llvm.org
Wed Jun 29 05:46:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: abb8bf367118ac4a7e5f8e6638472e00eb86e1ec
      https://github.com/llvm/llvm-project/commit/abb8bf367118ac4a7e5f8e6638472e00eb86e1ec
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2022-06-29 (Wed, 29 Jun 2022)

  Changed paths:
    A llvm/test/Transforms/LICM/pr56243.ll

  Log Message:
  -----------
  [Test] Add XFAIL test for PR56243

This test demonstrates how sinking down gc.relocate may lead to breach
of LCSSA form by tokens and, consecutively, end up with SSA breach by
LoopSimplifyCFG which creates fake edges and is unable to update missing
LCSSA phis for tokens used outside of the loop.




More information about the All-commits mailing list