[all-commits] [llvm/llvm-project] 101396: [PowerPC] Remove const from paired vector store bu...

Nemanja Ivanovic via All-commits all-commits at lists.llvm.org
Tue May 31 19:51:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1013967436694f362097a7c12f675c0ad7de90b7
      https://github.com/llvm/llvm-project/commit/1013967436694f362097a7c12f675c0ad7de90b7
  Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
  Date:   2022-05-31 (Tue, 31 May 2022)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/test/CodeGen/PowerPC/builtins-ppc-pair-mma.c
    M clang/test/Sema/ppc-mma-builtins.c
    M clang/test/Sema/ppc-pair-mma-types.c

  Log Message:
  -----------
  [PowerPC] Remove const from paired vector store builtins

For some reason, we implemented the xx_stxvp intrinsics
to require a const pointer. This absolutely doesn't make
sense for a store. Remove the const from the definition.




More information about the All-commits mailing list