[PATCH] D33876: [X86][AsmParser][MS-compatability] Binary/Unary operators enhancements
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 17:17:36 PDT 2017
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm Sorry for the delay, I've been trying to prioritize writing PDBs in LLD to stay in the zone.
================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:542
IC.popOperator();
- } else if ((PrevState == IES_PLUS || PrevState == IES_MINUS ||
- PrevState == IES_OR || PrevState == IES_AND ||
----------------
Thanks, this is a nice improvement!
Repository:
rL LLVM
https://reviews.llvm.org/D33876
More information about the llvm-commits
mailing list