[all-commits] [llvm/llvm-project] 2e5c17: [PowerPC][NFC] Rename P10 builtins vec_clrl, vec_c...

Victor Huang via All-commits all-commits at lists.llvm.org
Mon Aug 30 07:53:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e5c17d19e370c4d4f17ee89ca645113692f5407
      https://github.com/llvm/llvm-project/commit/2e5c17d19e370c4d4f17ee89ca645113692f5407
  Author: Victor Huang <wei.huang at ibm.com>
  Date:   2021-08-30 (Mon, 30 Aug 2021)

  Changed paths:
    M clang/lib/Headers/altivec.h
    M clang/test/CodeGen/builtins-ppc-p10vector.c

  Log Message:
  -----------
  [PowerPC][NFC] Rename P10 builtins vec_clrl, vec_clrr to vec_clr_first and vec_clr_last

This patch renames the vector clear left/right builtins vec_clrl, vec_clrr to
vec_clr_first and vec_clr_last to avoid the ambiguities when dealing with endianness.

Reviewed By: amyk, lei

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




More information about the All-commits mailing list