[llvm] [CodeGen] Use TargetLowering for TypeInfo of PointerTy (PR #93469)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 08:17:02 PDT 2024


================
@@ -0,0 +1,31 @@
+; RUN: opt < %s -passes="loop-vectorize"
+; ModuleID = 'reduced.ll'
+source_filename = "reduced.ll"
+;target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
+; Function Attrs: nofree norecurse nosync nounwind memory(read, argmem: readwrite, inaccessiblemem: none)
+define noalias noundef ptr @foo(ptr readonly %__first, ptr writeonly %__last) local_unnamed_addr #0 {
----------------
arsenm wrote:

Should be able to drop noundef, local_unnamed_addr 

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


More information about the llvm-commits mailing list