[PATCH] D97036: [X86] Fix a codegen crash in getSetCCResultType

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 01:29:26 PST 2021


frasercrmck added a comment.

If I'm not mistaken, `changeTypeToInteger` and `changeVectorElementTypeToInteger` could in theory suffer from the same problem. Though less likely, as any MVT is most likely going to have an MVT with the same-sized integer type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97036



More information about the llvm-commits mailing list