This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Remove unneeded regex escaping in FileCheck patterns. NFC.
ClosedPublic

Authored by foad on Jan 14 2022, 3:05 AM.

Details

Diff Detail

Event Timeline

foad created this revision.Jan 14 2022, 3:05 AM
foad requested review of this revision.Jan 14 2022, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2022, 3:05 AM
foad added a comment.Jan 14 2022, 3:10 AM

In case anyone needs to make equivalent changes downstream, this patch was created with: sed -i 's/{{\\\[}}/[/g;s/{{\\\]}}/]/g' $(grep -lr '{{\\[][]}}' test)

XCore files LGTM. Nice improvement.

arsenm accepted this revision.Feb 18 2022, 8:01 AM
This revision is now accepted and ready to land.Feb 18 2022, 8:01 AM