[PATCH] D125729: [WebAssembly] Update supported features in the generic CPU configuration

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 15:55:19 PDT 2022


sunfish updated this revision to Diff 431083.
sunfish added a comment.

Update tests to use -mcpu=mvp to avoid breaking their target features when -mcpu=generic changes. And update target-features.ll to for the new -mcpu=generic features.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125729

Files:
  llvm/lib/Target/WebAssembly/WebAssembly.td
  llvm/test/CodeGen/WebAssembly/bulk-memory.ll
  llvm/test/CodeGen/WebAssembly/bulk-memory64.ll
  llvm/test/CodeGen/WebAssembly/byval.ll
  llvm/test/CodeGen/WebAssembly/conv-trap.ll
  llvm/test/CodeGen/WebAssembly/fast-isel-noreg.ll
  llvm/test/CodeGen/WebAssembly/global.ll
  llvm/test/CodeGen/WebAssembly/legalize.ll
  llvm/test/CodeGen/WebAssembly/mem-intrinsics.ll
  llvm/test/CodeGen/WebAssembly/memory64-feature.ll
  llvm/test/CodeGen/WebAssembly/multivalue.ll
  llvm/test/CodeGen/WebAssembly/mutable-globals.ll
  llvm/test/CodeGen/WebAssembly/reference-types.ll
  llvm/test/CodeGen/WebAssembly/signext-zeroext.ll
  llvm/test/CodeGen/WebAssembly/simd-conversions.ll
  llvm/test/CodeGen/WebAssembly/simd-sext-inreg.ll
  llvm/test/CodeGen/WebAssembly/tailcall.ll
  llvm/test/CodeGen/WebAssembly/target-features-tls.ll
  llvm/test/CodeGen/WebAssembly/target-features.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125729.431083.patch
Type: text/x-patch
Size: 16222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220520/506d53aa/attachment-0001.bin>


More information about the llvm-commits mailing list