https://bugs.llvm.org/show_bug.cgi?id=34259
Reid Kleckner <r...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chris.biene...@gmail.com
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Reid Kleckner <r...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs