[all-commits] [llvm/llvm-project] 3d65f8: [SVE] Expand scalable vector ISD::BITCASTs when ta...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Thu Aug 10 04:03:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d65f8211f8d2ebf584bc2ac08a6a2f098130d79
      https://github.com/llvm/llvm-project/commit/3d65f8211f8d2ebf584bc2ac08a6a2f098130d79
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2023-08-10 (Thu, 10 Aug 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sve-bitcast.ll

  Log Message:
  -----------
  [SVE] Expand scalable vector ISD::BITCASTs when targeting big-endian.

Whilst sub-optimial, it's better than the current selection failure.

Fixes: #64406

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




More information about the All-commits mailing list