[PATCH] D100796: [InstCombine] Fix crash due to improper catchswitch handling
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 13:57:37 PDT 2021
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
LG
================
Comment at: llvm/test/Transforms/InstCombine/phi-catchswitch.ll:1
+; RUN: opt -passes=instcombine -S %s | FileCheck %s
+
----------------
Please use `./utils/update_test_checks.py`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100796/new/
https://reviews.llvm.org/D100796
More information about the llvm-commits
mailing list