[PATCH] D124098: Don't replace Undef with null value for Constants

ykhatav via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 09:13:12 PDT 2022


ykhatav updated this revision to Diff 424927.
ykhatav added a comment.

Removed the attribute


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124098/new/

https://reviews.llvm.org/D124098

Files:
  llvm/test/DebugInfo/X86/undef-type-md.ll


Index: llvm/test/DebugInfo/X86/undef-type-md.ll
===================================================================
--- llvm/test/DebugInfo/X86/undef-type-md.ll
+++ llvm/test/DebugInfo/X86/undef-type-md.ll
@@ -18,8 +18,6 @@
   ret void
 }
 
-attributes #0 = { nofree nosync nounwind readnone speculatable willreturn }
-
 !llvm.dbg.cu = !{!0}
 !llvm.module.flags = !{!3, !4}
 !llvm.nondebug.metadata= !{!11}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124098.424927.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220425/11933eb4/attachment.bin>


More information about the llvm-commits mailing list