[PATCH] D37448: Fix cast assertion on MS inline assembly with vector spills (PR34021)

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 5 08:03:41 PDT 2017


erichkeane added a comment.

Ah, I seem to remember that the problem here is that we don't know whether this value should be signed or unsigned at this point, so it could be CreateZExtOrTrunc OR CreateSignExtOrTrunc?  However, there is no information as to whether the integer is signed here as far as I remember...


Repository:
  rL LLVM

https://reviews.llvm.org/D37448





More information about the cfe-commits mailing list