[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:28:20 PST 2023
yubing added inline comments.
================
Comment at: llvm/lib/Target/X86/X86MemFoldTables.inc:1
+static const X86MemoryFoldTableEntry MemoryFoldTable2Addr[]={
+ {X86::ADD16ri8_DB, X86::ADD16mi8, TB_NO_REVERSE},
----------------
any format suggestion for line1?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142083/new/
https://reviews.llvm.org/D142083
More information about the llvm-commits
mailing list