[PATCH] D110061: [SelectionDAG] Remove PromoteIntOp_EXTRACT_SUBVECTOR.

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 07:54:20 PDT 2021


bsmith added a comment.

I have reverted this patch in 7c68d4b8ff906ee97aa14c6ec97e19aaa766c08a <https://reviews.llvm.org/rG7c68d4b8ff906ee97aa14c6ec97e19aaa766c08a> as this code is still required for extracting fixed types from illegal scalable types on SVE, which is used for ACLE predicate types. We are lacking tests for this case, which I shall add.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110061



More information about the llvm-commits mailing list