[PATCH] D157406: [SVE] Expand scalable vector ISD::BITCASTs when targeting big-endian.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 14:25:05 PDT 2023


dmgreen added a comment.

Have you considered the rest of big endian for SVE? My understanding was that it has been mostly ignored up to this point, and that there might be other combines that are making little endian assumptions. Anything that uses a bitcast could be wrong if it changes the element size.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157406/new/

https://reviews.llvm.org/D157406



More information about the llvm-commits mailing list