<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<BR>
 <BR>
As my target supports signed / unsigned interpretation of operands, I was a bit startled to find that the LLVM I/R does not express this info of the integer operands. I want to create an eg unsigned mul if the operands are unsigned, using an intrinsic.<BR>
 <BR>
I find that with -g, metadata is generated which seems to convey this information. Is it safe to base this type of transformation on the metadata? <BR>
 <BR>
If not, what are the options?<BR>
 <BR>
thank you<BR>
 <BR>
Jonas<BR>
 <BR>                                          </body>
</html>