> This generates bitcode which is indistinguishable from what was
> hand-written for int32 types in v[load|store]_impl.ll.
Is this also the case for the nvptx target?
Unless I missed something, the handwritten bitcode code was only ever used for r600. It had to be explicitly enabled by the targets and that was only ever done for r600
--Aaron
Hi Aaron,
This generates bitcode which is indistinguishable from what was
hand-written for int32 types in v[load|store]_impl.ll.
Is this also the case for the nvptx target?
Unless I missed something, the handwritten bitcode code was only ever used for r600. It had to be explicitly enabled by the targets and that was only ever done for r600
Yes, I see now. I think I was confused before, because the .ll files occur in the generic directory.
Jeroen