This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][CODEGEN] Added support for inline assembler constraints 'L' and 'Kf'
AbandonedPublic

Authored by dp on Jun 25 2020, 3:31 AM.

Details

Reviewers
jdoerfert
Summary

Added support for constraints 'L', and 'Kf'. See https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html#Machine-Constraints.

The purpose and usefulness of these constraints is not clear so integration of this change is postponed. See discussion in D81651.

Diff Detail