[llvm] [TableGen][DecoderEmitter] Repurpose Filter class (PR #155065)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 23 17:28:51 PDT 2025
s-barannikov wrote:
> It seems the following buildbots are broken after this patch
>
> https://lab.llvm.org/buildbot/#/builders/195/builds/13641 https://lab.llvm.org/buildbot/#/builders/197/builds/8319
>
> Please take a look.
Interesting. Though I don't see how this change could possibly break anything other than `llvm-tblgen -gen-disassembler` because the output of this command is the same before/after this patch for all architectures.
I noticed that between the greed and the red states there was one commit (f5e687d7bf49cd9fe38ba7acdeb52d4f30468dee) that for some reason is not listed on the Changes page. Could this commit be related?
https://github.com/llvm/llvm-project/pull/155065
More information about the llvm-commits
mailing list