llvm-6502/lib/Target/AArch64/AsmParser
Jim Grosbach bd847644b3 AArch64: allow constant expressions for shifted reg literals
e.g., add w1, w2, w3, lsl #(2 - 1)

This sort of thing comes up in pre-processed assembly playing macro games.
Still validate that it's an assembly time constant. The early exit error check
was just a bit overzealous and disallowed a left paren.

rdar://18430542

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218336 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-23 22:16:02 +00:00
..
AArch64AsmParser.cpp AArch64: allow constant expressions for shifted reg literals 2014-09-23 22:16:02 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile