[llvm] [TargetLowering] Use Correct VT for Multi-out Asm (PR #116024)
Alexandros Lamprineas via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 10:14:23 PST 2024
================
@@ -103,3 +103,37 @@ entry:
call void asm sideeffect "st64b $0,[$1]", "r,r,~{memory}"(i512 %s.sroa.0.0.insert.insert, ptr %addr)
ret void
}
+
----------------
labrinea wrote:
`%struct.foo = type { [8 x i64] }` at line 4 seems to be a left over after we migrated to ptr types in IR. I know you didn't add it but since we are here could you please remove it?
https://github.com/llvm/llvm-project/pull/116024
More information about the llvm-commits
mailing list