[all-commits] [llvm/llvm-project] 59f063: NeonEmitter: remove special 'a' type modifier.

Tim Northover via All-commits all-commits at lists.llvm.org
Wed Nov 6 02:23:42 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 59f063b89c518ae81467f6015d1c428c61583f71
      https://github.com/llvm/llvm-project/commit/59f063b89c518ae81467f6015d1c428c61583f71
  Author: Tim Northover <t.p.northover at gmail.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/test/CodeGen/aarch64-neon-2velem.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/utils/TableGen/NeonEmitter.cpp

  Log Message:
  -----------
  NeonEmitter: remove special 'a' type modifier.

'a' used to implement a splat in C++ code in NeonEmitter.cpp, but this
can be done directly from .td expansions now (and most ops already did).
So removing it simplifies the overall code.

https://reviews.llvm.org/D69716




More information about the All-commits mailing list