[LLVMbugs] [Bug 22897] New: Make codegen tests more robust
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Mar 13 10:24:51 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=22897
Bug ID: 22897
Summary: Make codegen tests more robust
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: qcolombet at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
A lot of our codegen tests just check that some instructions are generated and
do not check that the actual operands are corrects.
In the past year, this lack of coverage has led us in at least three nasty bugs
(fixed in r232085, r208252, and r209324), that would have been caught right
away with those checks.
We should fix that situation.
--
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/20150313/3c2e7e55/attachment.html>
More information about the llvm-bugs
mailing list