[llvm] [AMDGPU] Enable IAS in the AMDGPU backend (PR #85518)

Brad Smith via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 16 04:54:07 PDT 2024


https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/85518

None

>From cf1fb0cd17467a84bb0b4e44a5bcc411b63c1dd2 Mon Sep 17 00:00:00 2001
From: Brad Smith <brad at comstyle.com>
Date: Sat, 16 Mar 2024 07:52:39 -0400
Subject: [PATCH] [AMDGPU] Enable IAS in the AMDGPU backend

---
 llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp b/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
index 201cc8d01e2d4b..604c0bd2f134a3 100644
--- a/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
@@ -41,8 +41,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Triple &TT,
   SupportsDebugInformation = true;
   UsesCFIWithoutEH = true;
   DwarfRegNumForCFI = true;
-
-  UseIntegratedAssembler = false;
 }
 
 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const {



More information about the llvm-commits mailing list