[PATCH] D140658: [AMDGPU] Enable IAS in the AMDGPU backend

Brad Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 24 22:25:05 PST 2022


brad created this revision.
brad added reviewers: MaskRay, yaxunl, AMDGPU.
brad added a project: LLVM.
Herald added subscribers: kosarev, foad, StephenFan, kerbowa, hiraditya, tpr, dstuttard, jvesely, kzhuravl, arsenm.
Herald added a project: All.
brad requested review of this revision.
Herald added a subscriber: wdng.

Enable IAS in the AMDGPU backend.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140658

Files:
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp


Index: llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
===================================================================
--- llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+++ llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
@@ -42,8 +42,6 @@
   SupportsDebugInformation = true;
   UsesCFIForDebug = true;
   DwarfRegNumForCFI = true;
-
-  UseIntegratedAssembler = false;
 }
 
 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140658.485219.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221225/555658de/attachment.bin>


More information about the llvm-commits mailing list