[clang] [WebAssembly] Add tests for generic CPU config (PR #80775)

2024-02-06 Thread Heejin Ahn via cfe-commits
https://github.com/aheejin closed https://github.com/llvm/llvm-project/pull/80775 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [WebAssembly] Add tests for generic CPU config (PR #80775)

2024-02-06 Thread Thomas Lively via cfe-commits
https://github.com/tlively approved this pull request. https://github.com/llvm/llvm-project/pull/80775 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [WebAssembly] Add tests for generic CPU config (PR #80775)

2024-02-06 Thread Heejin Ahn via cfe-commits
https://github.com/aheejin updated https://github.com/llvm/llvm-project/pull/80775 >From dbb74ca85ef047260a2820f6d470448279ea44f4 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 6 Feb 2024 00:51:40 + Subject: [PATCH 1/3] [WebAssembly] Add tests for generic CPU config This adds tests f

[clang] [WebAssembly] Add tests for generic CPU config (PR #80775)

2024-02-06 Thread Heejin Ahn via cfe-commits
aheejin wrote: Ah, I didn't notice there's `DEFAULT` tests in `wasm-features.c`... But more importantly, I noticed `wasm-features.c` tests don't work as intended anyway. I am planning to delete that test. So I'll make this PR just update the `wasm-target-features.c`. https://github.com/llvm/l

[clang] [WebAssembly] Add tests for generic CPU config (PR #80775)

2024-02-05 Thread Heejin Ahn via cfe-commits
https://github.com/aheejin updated https://github.com/llvm/llvm-project/pull/80775 >From dbb74ca85ef047260a2820f6d470448279ea44f4 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 6 Feb 2024 00:51:40 + Subject: [PATCH 1/2] [WebAssembly] Add tests for generic CPU config This adds tests f

[clang] [WebAssembly] Add tests for generic CPU config (PR #80775)

2024-02-05 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Heejin Ahn (aheejin) Changes This adds tests for `generic` cpu configuration. We had tests for `mvp` and `bleeding-edge` configs but not `generic`. --- Full diff: https://github.com/llvm/llvm-project/pull/80775.diff 2 Files Affected: -

[clang] [WebAssembly] Add tests for generic CPU config (PR #80775)

2024-02-05 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Heejin Ahn (aheejin) Changes This adds tests for `generic` cpu configuration. We had tests for `mvp` and `bleeding-edge` configs but not `generic`. --- Full diff: https://github.com/llvm/llvm-project/pull/80775.diff 2 Files Affec

[clang] [WebAssembly] Add tests for generic CPU config (PR #80775)

2024-02-05 Thread Heejin Ahn via cfe-commits
https://github.com/aheejin created https://github.com/llvm/llvm-project/pull/80775 This adds tests for `generic` cpu configuration. We had tests for `mvp` and `bleeding-edge` configs but not `generic`. >From dbb74ca85ef047260a2820f6d470448279ea44f4 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Da