This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Fix kernel argument ABI for HSA
ClosedPublic

Authored by tstellarAMD on Sep 15 2016, 1:06 PM.

Details

Summary

i8, i16, and f16 values are not extended to 32-bit in the HSA kernel ABI.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Fix kernel argument ABI for HSA.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Sep 15 2016, 2:19 PM
arsenm edited edge metadata.

LGTM

test/CodeGen/AMDGPU/kernel-args.ll
2 ↗(On Diff #71540)

Typo FUCN

This revision is now accepted and ready to land.Sep 15 2016, 2:19 PM
This revision was automatically updated to reflect the committed changes.