[PATCH] D15630: [WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a loop
Michael Zolotukhin via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 16:58:21 PST 2015
mzolotukhin added a subscriber: mzolotukhin.
================
Comment at: test/CodeGen/X86/catch-lcssa.ll:1
@@ +1,2 @@
+; RUN: opt -O2 -lcssa -S < %s | FileCheck %s
+
----------------
majnemer wrote:
> Can we move this test to "test/Transforms/LCSSA" and just use "opt -lcssa -S" ?
Also, could you please run "opt -instnamer" on the test?
Repository:
rL LLVM
http://reviews.llvm.org/D15630
More information about the llvm-commits
mailing list