We should probably handle any 32-bit type here, but the intrinsic
definition and selection pattern currently do not. Avoids a few lit
tests failures when switched on by default.
Details
Details
- Reviewers
foad mbrkusanin Petar.Avramovic - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Event Timeline
llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll | ||
---|---|---|
142–144 | Looks like an abandoned attempt to test the bitcast path? |
llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll | ||
---|---|---|
142–144 | v2i16 isn't actually added to the calling convention handling, so it fails on the DAG and fails here. I'll just add it because why not |
Looks like an abandoned attempt to test the bitcast path?