Wren6991 wrote:

I think we are really compressing a three-tuple of something like 
`<vendor>-<chip>-<cpu>`. For a two-tuple I prefer `rp2350-hazard3` over 
`raspberrypi-rp2350` because:

* RP2350 is a SoC, not a CPU, so doesn't belong at the end of the tuple
* RP2350 also has Cortex-M33s, so leaving `hazard3` out of the tuple is 
slightly confusing
* Raspberry Pi is the vendor of RP2350 but not the designer of the core
* This is specifically for the as-taped-out RP2350 variant of Hazard3

I think `rp2350-hazard3` captures this nicely

https://github.com/llvm/llvm-project/pull/102452
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to