[PATCH] D59744: Fix i386 ABI "__m64" type bug

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 19 01:07:32 PDT 2019


hans added a comment.

In D59744#1549675 <https://reviews.llvm.org/D59744#1549675>, @wxiao3 wrote:

> Can anyone provide me some small reproducers code for the issue tripped over by Chromium / Skia?


Sorry, I don't have a small repro yet. I'm still working on finding out exactly what's happening in Chromium, but it's a large test. It's easy to find where the x87 state gets clobbered after your change, but I haven't found what code was depending on that state yet.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59744





More information about the cfe-commits mailing list