Finish adding support for the remaining binary named operators in expression context: XOR, SHL, and SHR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D129299
[ms] [llvm-ml] Add support for the remaining binary named operators ClosedPublic Authored by epastor on Jul 7 2022, 9:00 AM.
Details Summary Finish adding support for the remaining binary named operators in expression context: XOR, SHL, and SHR.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 7 2022, 9:07 AM This revision was landed with ongoing or failed builds.Jul 7 2022, 6:45 PM Closed by commit rG33f2a00023cb: [ms] [llvm-ml] Add support for the remaining binary named operators (authored by epastor). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 443105 llvm/lib/MC/MCParser/MasmParser.cpp
llvm/test/tools/llvm-ml/named_operators.asm
|