[all-commits] [llvm/llvm-project] dca23e: [AArch64] Add missing isel patterns for fcvtzs/u i...

Eli Friedman via All-commits all-commits at lists.llvm.org
Mon Aug 3 13:05:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dca23ed8952383701a62b778104f4db6f5d4b799
      https://github.com/llvm/llvm-project/commit/dca23ed8952383701a62b778104f4db6f5d4b799
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/test/CodeGen/AArch64/arm64-vcvt.ll
    M llvm/test/CodeGen/AArch64/fp16_intrinsic_scalar_1op.ll

  Log Message:
  -----------
  [AArch64] Add missing isel patterns for fcvtzs/u intrinsic on v1f64.

Fixes test-suite compile failure caused by 8dfb5d7.

While I'm in the area, add some more test coverage to related
operations, to make sure we aren't missing any other patterns.




More information about the All-commits mailing list