[llvm-bugs] [Bug 34259] LLVM intrinsic emitter should split Intrinsics.gen to minimize project rebuilds on Intrinsics*.td file chanes

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 12 11:07:05 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=34259

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris.bieneman at gmail.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Reid Kleckner <rnk at google.com> ---
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191212/c9c4d696/attachment-0001.html>


More information about the llvm-bugs mailing list