[PATCH] D121662: [WIP][WebAssembly] Add end-to-end codegen tests for wasm_simd128.h

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 20:55:01 PDT 2022


tlively added a comment.

cc @Orlando and @jhenderson, who have worked on cross-project-tests. I've got `ninja check-intrinsic-headers` kind of working, but the test doesn't run because cross-project-tests/lit.cfg.py checks for a good gdb version (which I don't have) even though I don't want to run the debuginfo tests. Would you be able to help move that configuration code into cross-project-tests/debuginfo-tests?

also cc @dblaikie, who reviewed the last iteration of this test. Now that cross-project-tests exists, do you think this test is reasonable to add? On a practical note, I continued using this test in a local branch as I finished work on the Wasm SIMD intrinsics because it was so much more valuable than the individual clang->LLVM or LLVM->Wasm tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121662/new/

https://reviews.llvm.org/D121662



More information about the llvm-commits mailing list