[PATCH] D37461: [X86][AsmParser] re-introduce 'offset' operator
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 13:59:01 PDT 2017
rnk added inline comments.
================
Comment at: test/MC/X86/pr32530.s:5
+.text
+ mov rsi, offset msg
+.data
----------------
Can you add some more tests? I think this combines with everything: scale, index, base, segment, and integer displacement.
Repository:
rL LLVM
https://reviews.llvm.org/D37461
More information about the llvm-commits
mailing list