This is an archive of the discontinued LLVM Phabricator instance.

rebased version of D37461
Needs ReviewPublic

Authored by thakis on Jul 22 2018, 11:33 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Event Timeline

thakis created this revision.Jul 22 2018, 11:33 AM
thakis updated this revision to Diff 156707.Jul 22 2018, 11:34 AM
thakis updated this revision to Diff 184829.Feb 1 2019, 1:06 PM

fix assert on

$ cat test.cc
void Int64ShrlMod32(unsigned __int64 Value) {
  __asm {
    mov edx, dword ptr [Value+4]
  }
}
$ out/gn/bin/clang-cl -c test.cc

(also fires a lot during ninja -C out/gn check-clang)