[all-commits] [llvm/llvm-project] 1ffcbe: [AArch64][SVE] Add lowering for rounding operations

asif-huawei via All-commits all-commits at lists.llvm.org
Fri Sep 4 08:18:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ffcbe35ae0e136d7dd4cdd77eda306cc98b00e7
      https://github.com/llvm/llvm-project/commit/1ffcbe35ae0e136d7dd4cdd77eda306cc98b00e7
  Author: Muhammad Asif Manzoor <muhammad.asif.manzoor at huawei.com>
  Date:   2020-09-04 (Fri, 04 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    A llvm/test/CodeGen/AArch64/sve-fp-rounding.ll
    M llvm/test/CodeGen/AArch64/sve-fp.ll

  Log Message:
  -----------
  [AArch64][SVE] Add lowering for rounding operations

Add the functionality to lower SVE rounding operations for passthru variant.
Created a new test case file for all rounding operations.

Reviewed By: paulwalker-arm

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




More information about the All-commits mailing list