This for some reason fixes v1i64 kernel arguments on pre-SI. This
currently breaks some other cases in the kernel-args.ll test for R600,
but I'm not particularly familiar with Evergreen ISA or confident in the new output.
VTX_READ_* are not used for some of the scalarized cases, and the code reading from the
constant buffer doesn't make much sense to me.
Details
Details
- Reviewers
arsenm
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Fix using wrong type for scalarized vector arguments. Restores v1i64 to being broken, and fixes other tests