<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Hello,
<div dir="auto">I am pretty new to modifying LLVM, so to get a good understanding I wanted to try duplicating an already existing instruction (like branch) and give it a new opcode (so by the end llc will accept an instruction with fbr opcode and produce the
 same result as if it was a br instruction). Can I get some guidance on what will be the best way to add this functionality?</div>
</div>
</div>
<div name="messageSignatureSection"><br>
<div dir="auto">Thank you!</div>
</div>
</body>
</html>