[all-commits] [llvm/llvm-project] 49cb4f: [AArch64][SelectionDAG] Refactor to support more s...

Allen via All-commits all-commits at lists.llvm.org
Fri Apr 15 04:12:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49cb4fef02e635bf304906232214166c7531d753
      https://github.com/llvm/llvm-project/commit/49cb4fef02e635bf304906232214166c7531d753
  Author: zhongyunde <zhongyunde at huawei.com>
  Date:   2022-04-15 (Fri, 15 Apr 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

  Log Message:
  -----------
  [AArch64][SelectionDAG] Refactor to support more scalable vector extending stores

Similar to D122281, we should firstly exclude all scalable vector extending
stores and then selectively enable those which we directly support.

Also merge integer and float scalable vector into scalable_vector_valuetypes.

Reviewed By: paulwalker-arm

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




More information about the All-commits mailing list