[llvm] [clang] [AArch64] Support optional constant offset for constraint "S" (PR #80255)

Peter Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 2 02:50:40 PST 2024


================
@@ -3,6 +3,7 @@
 ; RUN: llc -mtriple=riscv64 < %s | FileCheck %s --check-prefix=RV64
 
 @var = external dso_local global i32, align 4
+ at a = external global [2 x [2 x i32]], align 4
----------------
smithp35 wrote:

Did you mean to change this file in this PR? I think this change has already been made in #80201

https://github.com/llvm/llvm-project/pull/80255


More information about the cfe-commits mailing list