[PATCH] D117298: [CodeGen] Remove unneeded regex escaping in FileCheck patterns. NFC.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 03:10:49 PST 2022


foad added a comment.

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


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117298/new/

https://reviews.llvm.org/D117298



More information about the llvm-commits mailing list