[all-commits] [llvm/llvm-project] 927fc5: [SVE] Add lowering for fixed length vector and, or...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Wed Aug 5 03:31:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 927fc536ca225568f2ae853dddbb58e8712b1fbf
      https://github.com/llvm/llvm-project/commit/927fc536ca225568f2ae853dddbb58e8712b1fbf
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    A llvm/test/CodeGen/AArch64/sve-fixed-length-int-log.ll

  Log Message:
  -----------
  [SVE] Add lowering for fixed length vector and, or & xor operations.

Since there are no ill effects when performing these operations
with undefined elements, they are lowered to the already supported
unpredicated scalable vector equivalents.

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




More information about the All-commits mailing list