[PATCH] D101262: [SelectionDAG] Use a VTSDNode to store the saturation width for FP_TO_SINT_SAT/FP_TO_UINT_SAT

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 25 11:53:27 PDT 2021


nikic added a comment.

This is what I did in my original patch -- I think this got switched to a simple integer because it made legalization simpler. Shouldn't this require some changes to the vector legalizer at least? E.g. SplitVector would also have to split the VTSD.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101262



More information about the llvm-commits mailing list