[PATCH] D70999: Fix the macro fusion table for X86 according to Intel optimization manual
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 06:53:20 PST 2019
courbet accepted this revision.
courbet marked an inline comment as done.
courbet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/X86/X86MacroFusion.cpp:52
- case X86::TEST64ri32:
- case X86::TEST8mr:
- case X86::TEST16mr:
----------------
The `mr` versions looked incorrect indeed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70999/new/
https://reviews.llvm.org/D70999
More information about the llvm-commits
mailing list