Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/X86/X86MacroFusion.cpp | ||
---|---|---|
52 | The mr versions looked incorrect indeed. |
Comment Actions
I wanted this to be the full change from the other patch. Including moving this all to X86BaseInfo.h
llvm/lib/Target/X86/X86MacroFusion.cpp | ||
---|---|---|
52 | TEST and CMP mr are loads and are supported. Only the AND/ADD/SUB mr were incorrect |
llvm/lib/Target/X86/X86MacroFusion.cpp | ||
---|---|---|
52 | Yes, wrong line, sorry. I though I was reading the ALU versions. |
The mr versions looked incorrect indeed.