[PATCH] D36845: [X86] Allow xacquire/xrelease prefixes

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 04:14:12 PDT 2017


RKSimon added inline comments.


================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:2471
+           "repnz",     "rex64",
+           "data16",                true)
+    .Cases("xacquire",  "xrelease", true)
----------------
Why did you move data32 to the top instead of leaving next to data16?


Repository:
  rL LLVM

https://reviews.llvm.org/D36845





More information about the llvm-commits mailing list