https://llvm.org/bugs/show_bug.cgi?id=26190
Bug ID: 26190
Summary: PowerPC64: Allow swift three element aggregate results
in fast isel
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: PowerPC
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 15655
--> https://llvm.org/bugs/attachment.cgi?id=15655&action=edit
Allow swift three element aggregate results in fast isel
When bootstrapping swift on PowerPC64, I hit a number of failures:
Return operand #2 has unhandled type i64
Swift wants to create three element aggregates, but that fails in fast isel.
The attached patch fixes it, but I'm not sure if this is safe.
There are other swift ABI differences we have to model, so there will have to
be another calling convention for swift at some stage.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs