[PATCH] D120531: [SystemZ] Use VREP for storing replicated regs/immediates.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 05:06:05 PST 2022


uweigand added a comment.
Herald added a project: All.

I agree that this looks like the right thing to do.   However, this really should use the SystemZVectorConstantInfo mechanism.  (You'll probably have to add an APInt constructor there in addition to the APFloat one - currently this is only used for floating-point and vector constants, but now we also need it for integer constants.  But that should be straightforward.)


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

https://reviews.llvm.org/D120531



More information about the llvm-commits mailing list