[LLVMbugs] [Bug 23530] New: Legality of conversion operations should be keyed off both types
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu May 14 18:11:28 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23530
Bug ID: 23530
Summary: Legality of conversion operations should be keyed off
both types
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: ahmed.bougacha at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Like we used to for loadext/truncstore, we have many hacks to accomodate the
fact that legality of conversion operations is decided based on one type only
(and I think not always the same one, depending on who's asking).
Usually, the workaround is to mark it as custom, and not do anything at
lowering time.
--
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/20150515/9b155953/attachment.html>
More information about the llvm-bugs
mailing list