[PATCH] D142083: [X86][NFC] Move MemoryFoldTable2Addr MemoryFoldTable0~4 into X86InstrFoldTables.def

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 03:24:48 PST 2023


yubing updated this revision to Diff 493891.
yubing added a comment.

#!/bin/bash
cat $1 | awk '{if(NF>1) {gsub(/\t | /, "");print} else {print $0}}' FS=, | awk '{if(NF>1) {print "  "$1", "$2", "$3","} else {print $0}}' FS=,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142083

Files:
  llvm/lib/Target/X86/X86InstrFoldTables.cpp
  llvm/lib/Target/X86/X86MemFoldTables.inc



More information about the llvm-commits mailing list