<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi,<br><br>my target handles operands of multiplying instructions differently based on signedness. <br><br>I wonder then how I would do instruction selection based on the operands signs?<br><br>The mul instruction sets a nsw for signed, but when i try unsigned ops, there is no wrap flag at all. I'm not sure this is enough information to work with, or?<br><br>Jonas<br><br>                                        </div></body>
</html>