This is an archive of the discontinued LLVM Phabricator instance.

[VE] default to integrated asm in AsmInfo
ClosedPublic

Authored by simoll on Nov 8 2021, 12:55 AM.

Details

Summary

VE integrated asm has been the default in Clang. Also use the default setting for integrated asm in the backend.

Diff Detail

Event Timeline

simoll created this revision.Nov 8 2021, 12:55 AM
simoll requested review of this revision.Nov 8 2021, 12:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2021, 12:55 AM
simoll retitled this revision from [VE] default to integrated asm in TargetDesc to [VE] default to integrated asm in AsmInfo.Nov 8 2021, 12:57 AM
kaz7 accepted this revision.EditedNov 8 2021, 2:26 AM

Thank you. We forget to disable this flag when we add integrated asm feature.

This revision is now accepted and ready to land.Nov 8 2021, 2:26 AM
This revision was landed with ongoing or failed builds.Nov 8 2021, 2:59 AM
This revision was automatically updated to reflect the committed changes.