[PATCH] D15630: [WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a loop

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 16:49:12 PST 2015


majnemer added inline comments.

================
Comment at: test/CodeGen/X86/catch-lcssa.ll:1
@@ +1,2 @@
+; RUN: opt -O2 -lcssa -S < %s | FileCheck %s
+
----------------
Can we move this test to "test/Transforms/LCSSA" and just use "opt -lcssa -S" ?


Repository:
  rL LLVM

http://reviews.llvm.org/D15630





More information about the llvm-commits mailing list