[all-commits] [llvm/llvm-project] 92daad: [LoongArch][Clang] Make the parameter and return v...

Xi Ruoyao via All-commits all-commits at lists.llvm.org
Sat Nov 2 01:19:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92daad2eac587cb0592de019cd5f6cbb7c42bb78
      https://github.com/llvm/llvm-project/commit/92daad2eac587cb0592de019cd5f6cbb7c42bb78
  Author: Xi Ruoyao <xry111 at xry111.site>
  Date:   2024-11-02 (Sat, 02 Nov 2024)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsLoongArchLASX.def
    M clang/include/clang/Basic/BuiltinsLoongArchLSX.def

  Log Message:
  -----------
  [LoongArch][Clang] Make the parameter and return value of {x,}vmsknz.b builtins `signed char` vector (#114511)

These builtins operate on int8 vectors, not int16 vectors.  So the old
definition does not make any sense.

Depends on #114510.  Part of #110834 fix.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list