This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX9] Added instructions s_mul_hi_*32, s_lshl*_add_u32
ClosedPublic

Authored by dp on Apr 4 2018, 4:39 AM.

Details

Summary

See the following bugs:

https://bugs.llvm.org/show_bug.cgi?id=36841
https://bugs.llvm.org/show_bug.cgi?id=36842

A list of added instructions:

s_mul_hi_u32
s_mul_hi_i32

s_lshl1_add_u32
s_lshl2_add_u32
s_lshl3_add_u32
s_lshl4_add_u32

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Apr 4 2018, 4:39 AM
artem.tamazov accepted this revision.Apr 4 2018, 7:02 AM

Looks good.

This revision is now accepted and ready to land.Apr 4 2018, 7:02 AM
This revision was automatically updated to reflect the committed changes.