[Issue 20131] Bad codegen from inline asm LOCK CMPXCHG; possible REX prefix missing

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 15 09:04:14 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=20131

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Minimal test case:

  bool test() {
    asm {
        naked;
        cmpxchg [RDX], DIL;
    }
  }

--


More information about the Digitalmars-d-bugs mailing list