[all-commits] [llvm/llvm-project] a76620: [ARM] Patterns for vector conversion between half ...

ostannard via All-commits all-commits at lists.llvm.org
Thu Feb 10 01:56:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a76620143c54e0b40c7538f4ffa38f4c9db8a009
      https://github.com/llvm/llvm-project/commit/a76620143c54e0b40c7538f4ffa38f4c9db8a009
  Author: Oliver Stannard <oliver.stannard at linaro.org>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/lib/Target/ARM/ARMInstrNEON.td
    A llvm/test/CodeGen/ARM/fp16-vector-cvt.ll

  Log Message:
  -----------
  [ARM] Patterns for vector conversion between half and float

These patterns were omitted because clang only allows converting between
these types using intrinsics, but other front-ends or optimisation
passes may want to use them.

Differential revision: https://reviews.llvm.org/D119354




More information about the All-commits mailing list