http://llvm.org/bugs/show_bug.cgi?id=10263
Summary: Wrong definition of ftrunc.
Product: tools
Version: 2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: llc
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Node ftrunc is defined as such:
def SDTFPUnaryOp: SDTypeProfile<1, 1, [
SDTCisSameAs<0, 1>, SDTCisFP<0>
]>;
def ftrunc: SDNode<"ISD::FTRUNC", SDTFPUnaryOp>;
Because of this, ftrunc is unuseable (which is probably the reason why no
official backends use this node).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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