This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store.format
ClosedPublic

Authored by arsenm on Aug 31 2019, 3:33 PM.

Details

Summary

This needs special handling due to some subtargets that have a
nonstandard register layout for f16 vectors

Also reject some illegal types on other targets.

Diff Detail