Some SPARC ISA levels and/or extensions are defined in a way such that the availability of it implies the availability of other, more fundamental ISA features (for example, targeting 64-bit environment implies that V9 instructions are available). Properly set those in the TableGen definitions. Fixes https://github.com/llvm/llvm-project/issues/142388.