[PATCH] D98378: [LSR] RFC: Fix crash in Phi node with EHPad block

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 13:31:10 PDT 2021


qcolombet added a comment.

Hi,

Could you add a test case exposing the problem?

Ideally something that just needs to run LSR: `opt -loop-reduce problematic_ir.ll -S -o -`

Cheers,
-Quentin


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98378/new/

https://reviews.llvm.org/D98378



More information about the llvm-commits mailing list