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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 18 12:48:33 PST 2018


craig.topper added a comment.

Though having said that, I'm not sure those two calls can't happen for vectors. So maybe you need to check isVector too. Making this similar to what we do in the special getShiftAmountTy function that exists in DAGCombiner.


Repository:
  rL LLVM

https://reviews.llvm.org/D43445





More information about the llvm-commits mailing list