[llvm-dev] TableGen change in LLVM 3.9 allows only prefix instruction notation
Tim Northover via llvm-dev
llvm-dev at lists.llvm.org
Fri Jul 15 09:12:55 PDT 2016
On 15 July 2016 at 05:40, Alex Susu via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I am curious why did you changed TableGen to allow in principle only
> writing ASM instructions in prefix notation. I ask because I personally use
> an assembly notation that is infix (I could use a simple preprocessor that
> changes prefix to infix).
Running "git blame" points at
https://github.com/llvm-mirror/llvm/commit/5ef1349, which gives the
reasoning and suggests you ought to be able to set "HasMnemonicFirst".
Tim.
More information about the llvm-dev
mailing list