<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - LLVM intrinsic emitter should split Intrinsics.gen to minimize project rebuilds on Intrinsics*.td file chanes"
href="https://bugs.llvm.org/show_bug.cgi?id=34259">bug 34259</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>chris.bieneman@gmail.com
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - LLVM intrinsic emitter should split Intrinsics.gen to minimize project rebuilds on Intrinsics*.td file chanes"
href="https://bugs.llvm.org/show_bug.cgi?id=34259#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - LLVM intrinsic emitter should split Intrinsics.gen to minimize project rebuilds on Intrinsics*.td file chanes"
href="https://bugs.llvm.org/show_bug.cgi?id=34259">bug 34259</a>
from <span class="vcard"><a class="email" href="mailto:rnk@google.com" title="Reid Kleckner <rnk@google.com>"> <span class="fn">Reid Kleckner</span></a>
</span></b>
<pre>That patch landed, but there is more work that could be done to loosen the
coupling between targets and intrinsics.
Over the last year, the intrinsics tablegen files have changed 216 times:
$ git log --since='1 year' --format=oneline
../llvm/include/llvm/IR/Intrinsics*.td | wc -l
216
41 of those are target independent intrinsics:
$ git log --since='1 year' --date relative --format=format:'%ad %an'
../llvm/include/llvm/IR/Intrinsics.td | wc -l
41
It doesn't seem worth taking this further for now since it's easy to touch any
other header and trigger a rebuild of LLVM, so I think I'll close this.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>