<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>
I have a MachineInstr that writes to a subreg, but clobbers the superreg.<BR>
 <BR>
How should I BuildMI this instruction?<BR>
 <BR>
I try to do a <BR>
 <BR>
IMPLICIT_DEF super_reg<BR>
and then write to a subreg of that super register<BR>
 <BR>
, but it gets DCE:ed.<BR>
 <BR>
Is there a way to express this clobbering of a superregister?<BR>
 <BR>
thanks,<BR>
 <BR>
Jonas<BR>
 <BR>                                          </body>
</html>