[PATCH] D73095: [llvm-exegesis] Fix support for LEA64_32r.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 04:11:46 PST 2020
courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added subscribers: mstojanovic, tschuett.
Herald added a project: LLVM.
Add unit test to show the issue: We must select an *aliasing* output
register, not the exact register.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73095
Files:
llvm/test/tools/llvm-exegesis/X86/latency-LEA64_32r.s
llvm/tools/llvm-exegesis/lib/X86/Target.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73095.239276.patch
Type: text/x-patch
Size: 4746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/2c89778b/attachment.bin>
More information about the llvm-commits
mailing list