[all-commits] [llvm/llvm-project] 0807bc: [wasm-ld] Update supported features in the generic...
Dan Gohman via All-commits
all-commits at lists.llvm.org
Wed Nov 2 12:51:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0807bc7e07f0430bd5b048d5c08f09442aab3b7d
https://github.com/llvm/llvm-project/commit/0807bc7e07f0430bd5b048d5c08f09442aab3b7d
Author: Dan Gohman <dev at sunfishcode.online>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M lld/test/wasm/function-imports-first.ll
M lld/test/wasm/gc-sections.ll
M lld/test/wasm/init-fini.ll
M lld/test/wasm/local-symbols.ll
M lld/test/wasm/locals-duplicate.test
M lld/test/wasm/signature-mismatch-export.ll
M lld/test/wasm/weak-alias-overide.ll
M lld/test/wasm/weak-alias.ll
M llvm/lib/Target/WebAssembly/WebAssembly.td
M llvm/test/CodeGen/WebAssembly/PR41149.ll
M llvm/test/CodeGen/WebAssembly/bulk-memory.ll
M llvm/test/CodeGen/WebAssembly/bulk-memory64.ll
M llvm/test/CodeGen/WebAssembly/byval.ll
M llvm/test/CodeGen/WebAssembly/conv-trap.ll
M llvm/test/CodeGen/WebAssembly/fast-isel-noreg.ll
M llvm/test/CodeGen/WebAssembly/global.ll
M llvm/test/CodeGen/WebAssembly/legalize.ll
M llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll
M llvm/test/CodeGen/WebAssembly/memory64-feature.ll
M llvm/test/CodeGen/WebAssembly/multivalue.ll
M llvm/test/CodeGen/WebAssembly/mutable-globals.ll
M llvm/test/CodeGen/WebAssembly/reference-types.ll
M llvm/test/CodeGen/WebAssembly/signext-zeroext.ll
M llvm/test/CodeGen/WebAssembly/simd-conversions.ll
M llvm/test/CodeGen/WebAssembly/simd-sext-inreg.ll
M llvm/test/CodeGen/WebAssembly/tailcall.ll
M llvm/test/CodeGen/WebAssembly/target-features-tls.ll
M llvm/test/CodeGen/WebAssembly/target-features.ll
M llvm/test/MC/WebAssembly/array-fill.ll
M llvm/test/MC/WebAssembly/assembler-binary.ll
M llvm/test/MC/WebAssembly/bss.ll
M llvm/test/MC/WebAssembly/comdat.ll
M llvm/test/MC/WebAssembly/debug-info.ll
M llvm/test/MC/WebAssembly/debug-info64.ll
M llvm/test/MC/WebAssembly/explicit-sections.ll
M llvm/test/MC/WebAssembly/global-ctor-dtor.ll
M llvm/test/MC/WebAssembly/unnamed-data.ll
M llvm/test/MC/WebAssembly/visibility.ll
Log Message:
-----------
[wasm-ld] Update supported features in the generic CPU configuration
Accompanying https://reviews.llvm.org/D125728, this updates LLVM
Codegen's "generic" CPU to enable the same new features.
Differential Revision: https://reviews.llvm.org/D125729
More information about the All-commits
mailing list