[all-commits] [llvm/llvm-project] e1acbd: [AArch64][RISCV] Fix expected smulo/umulo test output

Fraser Cormack via All-commits all-commits at lists.llvm.org
Thu Nov 18 04:06:45 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1acbda158b3f35d7905787f04d8c2f64cfa8c8e
      https://github.com/llvm/llvm-project/commit/e1acbda158b3f35d7905787f04d8c2f64cfa8c8e
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2021-11-18 (Thu, 18 Nov 2021)

  Changed paths:
    M llvm/test/CodeGen/AArch64/sve-smulo-sdnode.ll
    M llvm/test/CodeGen/AArch64/sve-umulo-sdnode.ll
    M llvm/test/CodeGen/RISCV/rvv/smulo-sdnode.ll
    M llvm/test/CodeGen/RISCV/rvv/umulo-sdnode.ll

  Log Message:
  -----------
  [AArch64][RISCV] Fix expected smulo/umulo test output

These tests were introduced in D109809 which I pushed on behalf of
@tangxingxin1008. I must have not understood the correct arcanist
workflow for this and as such may have locally tested a stale build.

This patch fixes the issue by re-running update_llc_test_checks.py on
all four tests.




More information about the All-commits mailing list