[llvm] [X86][APX] Fix per-function V3 unwind for EGPR functions on Windows x64 (PR #212924)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 01:26:07 PDT 2026


================
@@ -1,16 +1,17 @@
-; RUN: not llc -mtriple=x86_64-unknown-windows-msvc -mattr=+egpr -o /dev/null %s 2>&1 | FileCheck %s
-; CHECK: error: {{.*}}: in function func {{.*}}: EGPR (R16-R31) requires V3 unwind info on Windows x64
+; RUN: llc -mtriple=x86_64-unknown-windows-msvc -mattr=+egpr -o - %s | FileCheck %s
----------------
phoebewang wrote:

I think we can just remove it. It's covered by win64-eh-unwindv3-egpr-funclet.ll

https://github.com/llvm/llvm-project/pull/212924


More information about the llvm-commits mailing list