[all-commits] [llvm/llvm-project] 946a09: [WebAssembly] Misc. fixes in cfg-stackify-eh.ll
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Mon Feb 22 11:50:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 946a09945f02427c7b2075ae72ea4d77bb1a2a1d
https://github.com/llvm/llvm-project/commit/946a09945f02427c7b2075ae72ea4d77bb1a2a1d
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
Log Message:
-----------
[WebAssembly] Misc. fixes in cfg-stackify-eh.ll
- Fix `preds` comments
- Delete nonexistent attributes in instructions (They used to exist in
clang-generated files, but I removed most of them to make the tests
tidy. We have only `nounwind` and `noreturn` left here.)
- Add missing `Function Attrs` comments in function declarations
None of these affect test function semantics or test results for now.
Reviewed By: tlively
Differential Revision: https://reviews.llvm.org/D97179
More information about the All-commits
mailing list