[all-commits] [llvm/llvm-project] 29f805: [CodeGen] fix typo `def nxv1bf32` -> `def nxv1f32`

Ties Stuij via All-commits all-commits at lists.llvm.org
Wed May 27 09:52:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 29f8056b54ea5ea6b333e3b8f11de2cc327d1421
      https://github.com/llvm/llvm-project/commit/29f8056b54ea5ea6b333e3b8f11de2cc327d1421
  Author: Ties Stuij <ties.stuij at arm.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/ValueTypes.td

  Log Message:
  -----------
  [CodeGen] fix typo `def nxv1bf32` -> `def nxv1f32`

The `Add bfloat MVT type` patch introduced a typo in the nxv1f32 definition
in llvm/include/llvm/CodeGen/ValueTypes.td:
https://reviews.llvm.org/D79706/new/#inline-740433

This patch fixes that.




More information about the All-commits mailing list