This is an archive of the discontinued LLVM Phabricator instance.

[HIPSPV] Remove useIntegratedAs. NFC
AbandonedPublic

Authored by brad on Mar 31 2023, 5:44 PM.

Details

Reviewers
jhuber6
ronlieb
Summary

useIntegratedAs() is enabled if IsIntegratedAssemblerDefault() is enabled.

Diff Detail

Event Timeline

brad created this revision.Mar 31 2023, 5:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2023, 5:44 PM
Herald added a subscriber: yaxunl. · View Herald Transcript
brad requested review of this revision.Mar 31 2023, 5:44 PM

I don't know the toolchain, does HIPSPV perform as expected if you pass -fno-integrated-as? The difference is that useIntegratedAs forces it to always be enabled so the user can't change it AFAIK.

brad abandoned this revision.Jul 10 2023, 8:32 PM