[all-commits] [llvm/llvm-project] 73ecb9: [AArch64][SVE] Fix assertion failure when lowering...

Bradley Smith via All-commits all-commits at lists.llvm.org
Mon Aug 9 07:05:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73ecb9987b00db274b7b2ac34b0602ffdb906a4b
      https://github.com/llvm/llvm-project/commit/73ecb9987b00db274b7b2ac34b0602ffdb906a4b
  Author: Bradley Smith <bradley.smith at arm.com>
  Date:   2021-08-09 (Mon, 09 Aug 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll

  Log Message:
  -----------
  [AArch64][SVE] Fix assertion failure when lowering fixed length gather/scatter

The patterns for fixed length gather/scatter with 32-bit offsets and
64-bit memory type are slightly different that the rest of the patterns,
as such the lowering needs to be slightly different to ensure the
correct types are used.

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




More information about the All-commits mailing list