https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107025
ktkachov at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-09-26 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from ktkachov at gcc dot gnu.org --- In the Arm architecture this is FEAT_LRCPC2. LLVM does have an MC (essentially assembler-level) feature string for it called "rcpc-immo", so if we wanted to support this I guess we'd want to be compatible. That said, it may be cleaner to just remove support for thunderx3t110 if we think it's the right time. Unfortunately we do still have some cases where our features aren't fine-grained enough and are tied to architecture levels that some CPUs don't claim to support: https://godbolt.org/z/axbnd4c5o