[PATCH] D35621: X86 Asm can't work properly with symbolic Scale

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 00:50:11 PDT 2017


avt77 added inline comments.


================
Comment at: test/MC/X86/intel-syntax-3.s:32
 
-// CHECK-STDERR: scale factor in address must be 1, 2, 4 or 8
   lea RDX, [8 + number * RAX + RCX]
 
----------------
RKSimon wrote:
> Now that these are passing - move them to another of the intel-syntax test files and add suitable checks
In fact I kept it here specialy to show the difference but OK: I'll do it.


https://reviews.llvm.org/D35621





More information about the llvm-commits mailing list