[PATCH] D138467: [AArch64] Wide vectors to promote the result and operands for legalization

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 21:59:37 PST 2022


dmgreen added a comment.

I don't believe the input IR is valid. The intrinsics are only supported on certain types that relate to the expected instructions. The valid types for `orv` would be `llvm.aarch64.sve.orv.nxv2i64`, `llvm.aarch64.sve.orv.nxv4i32`, `llvm.aarch64.sve.orv.nxv8i16` and `llvm.aarch64.sve.orv.nxv16i8`.

Was the input IR written by hand or did something generate it? If it was generated then there is likely a bug in whatever generated it.


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

https://reviews.llvm.org/D138467



More information about the llvm-commits mailing list