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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to