[all-commits] [llvm/llvm-project] 2b200d: Revert "[wasm-ld] Add -mcpu=mvp to wasm-ld tests"

dyung via All-commits all-commits at lists.llvm.org
Tue Oct 25 16:35:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b200d42f793a04c9547562d214db01512458be5
      https://github.com/llvm/llvm-project/commit/2b200d42f793a04c9547562d214db01512458be5
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2022-10-25 (Tue, 25 Oct 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

  Log Message:
  -----------
  Revert "[wasm-ld] Add -mcpu=mvp to wasm-ld tests"

This reverts commit b5d0bf9b9853688d34290fafdd31c95aca58f624.

The original commit is causing 10 test failures on multiple bots, reverting to get back to green.


  Commit: fc40c739210351e8309b85952e5bca38a6b1a1d8
      https://github.com/llvm/llvm-project/commit/fc40c739210351e8309b85952e5bca38a6b1a1d8
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    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

  Log Message:
  -----------
  Revert "Update supported features in the generic CPU configuration"

This reverts commit 11afbf396e10e1b1e91a5991e2aec1916e29a910.

There are 10 tests still failing after follow-up fix b5d0bf9b9853, this should get the following bots back to green:
 - https://lab.llvm.org/buildbot/#/builders/183/builds/8194
 - https://lab.llvm.org/buildbot/#/builders/186/builds/9491
 - https://lab.llvm.org/buildbot/#/builders/214/builds/3908
 - https://lab.llvm.org/buildbot/#/builders/93/builds/11740
 - https://lab.llvm.org/buildbot/#/builders/231/builds/4200
 - https://lab.llvm.org/buildbot/#/builders/121/builds/24519
 - https://lab.llvm.org/buildbot/#/builders/230/builds/4466
 - https://lab.llvm.org/buildbot/#/builders/94/builds/11639
 - https://lab.llvm.org/buildbot/#/builders/45/builds/9325
 - https://lab.llvm.org/buildbot/#/builders/124/builds/5219
 - https://lab.llvm.org/buildbot/#/builders/67/builds/8623
 - https://lab.llvm.org/buildbot/#/builders/123/builds/13836
 - https://lab.llvm.org/buildbot/#/builders/109/builds/49355
 - https://lab.llvm.org/buildbot/#/builders/58/builds/27751
 - https://lab.llvm.org/buildbot/#/builders/117/builds/9922
 - https://lab.llvm.org/buildbot/#/builders/16/builds/37012
 - https://lab.llvm.org/buildbot/#/builders/104/builds/9490
 - https://lab.llvm.org/buildbot/#/builders/42/builds/7725
 - https://lab.llvm.org/buildbot/#/builders/196/builds/20077
 - https://lab.llvm.org/buildbot/#/builders/3/builds/15217
 - https://lab.llvm.org/buildbot/#/builders/6/builds/15251
 - https://lab.llvm.org/buildbot/#/builders/9/builds/15247
 - https://lab.llvm.org/buildbot/#/builders/36/builds/26487
 - https://lab.llvm.org/buildbot/#/builders/54/builds/2474
 - https://lab.llvm.org/buildbot/#/builders/74/builds/14536
 - https://lab.llvm.org/buildbot/#/builders/5/builds/28555


Compare: https://github.com/llvm/llvm-project/compare/f8490601c25f...fc40c7392103


More information about the All-commits mailing list