[PATCH] D43445: [X86] Improve getScalarShiftAmountTy handling of illegal integer types (PR36250)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 18 13:03:37 PST 2018


RKSimon added a comment.

Does anyone know why we split getShiftAmountTy / getScalarShiftAmountTy like we do? Couldn't we just get rid of getScalarShiftAmountTy and perform it all in getShiftAmountTy?


Repository:
  rL LLVM

https://reviews.llvm.org/D43445





More information about the llvm-commits mailing list