[llvm] r212352 - Add support for parsing the not operator in Microsoft inline assembly

Tobias Grosser tobias at grosser.es
Sat Jul 5 08:35:46 PDT 2014


On 04/07/2014 21:13, Ehsan Akhgari wrote:
> Author: ehsan
> Date: Fri Jul  4 14:13:05 2014
> New Revision: 212352
>
> URL: http://llvm.org/viewvc/llvm-project?rev=212352&view=rev
> Log:
> Add support for parsing the not operator in Microsoft inline assembly
>
> This fixes http://llvm.org/PR20202

Out of interest, is there a reason you did not add a test case to
LLVM (e.g. into test/MC/X86/), but you only added test cases to clang 
directly?

Tobias



More information about the llvm-commits mailing list