[llvm-bugs] [Bug 35003] New: [X86] Help update_llc_test_checks.py recognise retl/retq to reduce CHECK duplication
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 19 11:45:34 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=35003
Bug ID: 35003
Summary: [X86] Help update_llc_test_checks.py recognise
retl/retq to reduce CHECK duplication
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: llvm-dev at redking.me.uk
CC: craig.topper at gmail.com, llvm-bugs at lists.llvm.org,
spatel+llvm at rotateright.com
We have a lot of i686 and x86_64 tests that generate identical codegen apart
from the retl/retq return op.
It'd avoid a lot of code duplication if we replaced this with a ret{lq} pattern
match.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171019/4e766d74/attachment.html>
More information about the llvm-bugs
mailing list