[PATCH] D102880: [llvm] Revert align attr test in test/Bitcode/attribute-3.3.ll

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 09:16:01 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG034651498429: [llvm] Revert align attr test in test/Bitcode/attribute-3.3.ll (authored by steven_wu).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102880

Files:
  llvm/test/Bitcode/attributes-3.3.ll
  llvm/test/Bitcode/attributes-3.3.ll.bc


Index: llvm/test/Bitcode/attributes-3.3.ll
===================================================================
--- llvm/test/Bitcode/attributes-3.3.ll
+++ llvm/test/Bitcode/attributes-3.3.ll
@@ -101,8 +101,8 @@
         ret void;
 }
 
-define void @f17(i8* align 4 %0)
-; CHECK: define void @f17(i8* align 4 %0)
+define void @f17(i8 align 4 %0)
+; CHECK: define void @f17(i8 %0)
 {
         ret void;
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102880.347420.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210524/ae0501a2/attachment.bin>


More information about the llvm-commits mailing list