[all-commits] [llvm/llvm-project] 03bfdd: [NFC] Update vec_extract builtin signatures to tak...

Amy Kwan via All-commits all-commits at lists.llvm.org
Fri Oct 8 13:10:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03bfddae5080f8b92d86342d68439c7f07838369
      https://github.com/llvm/llvm-project/commit/03bfddae5080f8b92d86342d68439c7f07838369
  Author: Amy Kwan <amy.kwan1 at ibm.com>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M clang/lib/Headers/altivec.h

  Log Message:
  -----------
  [NFC] Update vec_extract builtin signatures to take signed int.

This patch updates the vec_extract builtins to take a signed int as the second
parameter, as defined by the Power Vector Intrinsics Programming Reference.
This patch is NFC and all existing tests pass.

Differential Revision: https://reviews.llvm.org/D110935




More information about the All-commits mailing list