[llvm] [AVR] Temp fix for getPostIndexedAddressParts() (PR #145040)

Ben Shi via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 21 18:26:51 PDT 2025


================
@@ -0,0 +1,23 @@
+; RUN: llc < %s -O=2 -mtriple=avr-none --mcpu=avr128db28 -verify-machineinstrs | FileCheck %s
+
+declare dso_local void @nil(i16 noundef) local_unnamed_addr addrspace(1) #1
----------------
benshi001 wrote:

Remove the useless `#1`.

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


More information about the llvm-commits mailing list