This is an archive of the discontinued LLVM Phabricator instance.

[ms] [llvm-ml] Add support for bitwise named operators (AND, NOT, OR) in MASM
ClosedPublic

Authored by epastor on Sep 1 2020, 8:00 AM.

Details

Summary

Add support for expressions of the form '1 or 2', etc.

Diff Detail

Event Timeline

epastor created this revision.Sep 1 2020, 8:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2020, 8:00 AM
epastor requested review of this revision.Sep 1 2020, 8:00 AM
epastor updated this revision to Diff 289241.Sep 1 2020, 11:51 AM

Sync to HEAD

thakis accepted this revision.Sep 3 2020, 1:09 PM
thakis added inline comments.
llvm/test/tools/llvm-ml/named_bitwise_operators.test
21

can you add a newline?

This revision is now accepted and ready to land.Sep 3 2020, 1:09 PM
epastor updated this revision to Diff 289807.Sep 3 2020, 2:16 PM

Add newline to end of test file

epastor updated this revision to Diff 290314.Sep 7 2020, 10:32 AM

Rebase to HEAD

This revision was landed with ongoing or failed builds.Sep 7 2020, 10:58 AM
This revision was automatically updated to reflect the committed changes.