[all-commits] [llvm/llvm-project] 4d2149: [X86] Remove TB_NO_REVERSE for 2 memory folding en...

KanRobert via All-commits all-commits at lists.llvm.org
Wed Apr 6 02:21:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d2149700618553eb28a8bc6b74664e4ba6aca65
      https://github.com/llvm/llvm-project/commit/4d2149700618553eb28a8bc6b74664e4ba6aca65
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86InstrFoldTables.cpp

  Log Message:
  -----------
  [X86] Remove TB_NO_REVERSE for 2 memory folding entries

```
X86::MMX_MOVD64from64rr -> X86::MMX_MOVQ64mr
X86::MMX_MOVD64grr -> X86::MMX_MOVD64mr
```

These two entries were added in llvm-svn: 372770.
I think these two should be reversable.

Reviewed By: RKSimon, pengfei

Differential Revision: https://reviews.llvm.org/D122217




More information about the All-commits mailing list