[llvm] [BranchFolding][SEH] Add test to track SEH CFG optimization (PR #77598)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 05:30:06 PST 2024
================
@@ -0,0 +1,49 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
+# RUN: llc -mtriple=x86_64-pc-windows-msvc -run-pass=branch-folder -o - %s | FileCheck %s
+---
----------------
phoebewang wrote:
Should attach IR in the test? Besides, without IR, how can we enable async exception?
https://github.com/llvm/llvm-project/pull/77598
More information about the llvm-commits
mailing list