[llvm] [WebAssembly] Rename old EH tests to *-legacy (PR #93585)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 10:30:22 PDT 2024


https://github.com/aheejin created https://github.com/llvm/llvm-project/pull/93585

I think test files for the legacy and the new EH (exnref) are better be separate, and I'd like to use the current test file names for the new EH, rather than keeping the current files and naming the new ones as `-new` or something.

>From cec4958514dc3cede7079d3eb033d164b7777d83 Mon Sep 17 00:00:00 2001
From: Heejin Ahn <aheejin at gmail.com>
Date: Sat, 25 May 2024 01:04:26 +0000
Subject: [PATCH] [WebAssembly] Rename old EH tests to *-legacy

I think test files for the legacy and the new EH (exnref) are better be
separate, and I'd like to use the current test file names for the new
EH, rather than keeping the current files and naming the new ones as
`-new` or something.
---
 .../WebAssembly/{cfg-stackify-eh.ll => cfg-stackify-eh-legacy.ll} | 0
 .../CodeGen/WebAssembly/{exception.ll => exception-legacy.ll}     | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename llvm/test/CodeGen/WebAssembly/{cfg-stackify-eh.ll => cfg-stackify-eh-legacy.ll} (100%)
 rename llvm/test/CodeGen/WebAssembly/{exception.ll => exception-legacy.ll} (100%)

diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify-eh-legacy.ll
similarity index 100%
rename from llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
rename to llvm/test/CodeGen/WebAssembly/cfg-stackify-eh-legacy.ll
diff --git a/llvm/test/CodeGen/WebAssembly/exception.ll b/llvm/test/CodeGen/WebAssembly/exception-legacy.ll
similarity index 100%
rename from llvm/test/CodeGen/WebAssembly/exception.ll
rename to llvm/test/CodeGen/WebAssembly/exception-legacy.ll



More information about the llvm-commits mailing list