On Thu, Nov 17, 2022 at 11:52:22AM +0000, Mark Rutland wrote:
On Thu, Nov 17, 2022 at 11:41:30AM +0000, Mark Brown wrote:
The preferred form of the str/ldr for predicate registers with an immediate of zero is to omit the zero, and the clang built in assembler rejects the zero immediate. Drop the immediate.
Rejecting that outright seems like a bug in clang, given there are legitimate reasons to write code that way (e.g. using asm-offsets style definitions); has that been reported so that it can be fixed?
I believe it's been reported, yes.