statham-arm wrote:

> As for MOPS, I'm just concerned that -mcpu=c1-* will result in memcpy and 
> memset to be inlined unconditionally, which according to Arm's errata will 
> result in performance degradation,

On the other hand, if someone explicitly writes a MOPS instruction in assembly 
language, it shouldn't fail to assemble. The questions of "does the CPU 
understand this instruction?" and "is it a good idea to use it in code 
generation?" are conceptually separate.

https://github.com/llvm/llvm-project/pull/171124
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to