[PATCH] D88385: [TableGen][M68K] (Patch 1/8) Utilities for complex instruction addressing modes: CodeBeads and logical operand helper functions

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 10:50:31 PST 2021


myhsu added a comment.

In D88385#2503250 <https://reviews.llvm.org/D88385#2503250>, @rengolin wrote:

> In D88385#2502299 <https://reviews.llvm.org/D88385#2502299>, @myhsu wrote:
>
>> Absolutely. I agree this problem should be solve before graduate from experimental target. I will create these bugs soon
>
> You could also create a meta bug called something like "m68k in production" that all bugs that needed to be solved before we move the target to production are dependencies.
>
> People filling bugs against the target can link to that meta bug if the issue is serious enough.
>
> You could also create infrastructure bugs like creating buildbots, passing certain milestones in compiling programs and OSs, etc.
>
> It'd be easy then to see that the target is good enough to be promoted to production once all those bugs (or at least all critical ones) are solved.

Alright, I've created bug 48792 <https://bugs.llvm.org/show_bug.cgi?id=48792> for tracking it.

I've also created a meta/umbrella bug 48791 <https://bugs.llvm.org/show_bug.cgi?id=48791> for tracking the status of graduating M68k from experimental target.

I will create more bugs regarding milestones and more OS supports and link them to the meta bug.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88385/new/

https://reviews.llvm.org/D88385



More information about the llvm-commits mailing list