Introducing MOD binary operator
https://msdn.microsoft.com/en-us/library/hha180wt.aspx
Enhancing unary operators NEG and NOT, to support more complex patterns
Paths
| Differential D33876
[X86][AsmParser][MS-compatability] Binary/Unary operators enhancements ClosedPublic Authored by coby on Jun 4 2017, 2:05 AM.
Details Summary Introducing MOD binary operator Enhancing unary operators NEG and NOT, to support more complex patterns
Diff Detail
Event TimelineComment Actions lgtm Sorry for the delay, I've been trying to prioritize writing PDBs in LLD to stay in the zone.
This revision is now accepted and ready to land.Jun 26 2017, 5:17 PM Comment Actions
np Closed by commit rL306425: [X86][AsmParser][MS-compatability] Binary/Unary operators enhancements (authored by coby). · Explain WhyJun 27 2017, 9:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 101350 lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/intel-syntax-bitwise-ops.s
|
Thanks, this is a nice improvement!