[all-commits] [llvm/llvm-project] d01243: [WebAssembly] Change label numbers to variables in...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Fri Jan 8 05:55:22 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d012430eee7d41c9c0e2159bb0fd1c68f50fa065
https://github.com/llvm/llvm-project/commit/d012430eee7d41c9c0e2159bb0fd1c68f50fa065
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
Log Message:
-----------
[WebAssembly] Change label numbers to variables in test
cfg-stackify-eh.ll contains many `CHECK` lines specifying label / catch
comments with numbers. These numbers are subject to change every time
any block/loop/try is added in the middle in existing functions or any
other function is added in the middle of the file, generating a large
number of lines in diffs. This change converts them to variables so they
can be more resistent to future changes.
Reviewed By: dschuff, tlively
Differential Revision: https://reviews.llvm.org/D94037
More information about the All-commits
mailing list