[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
Thu May 20 15:28:11 PDT 2021


steven_wu created this revision.
steven_wu added reviewers: dexonsmith, jdoerfert.
Herald added a subscriber: ributzka.
steven_wu requested review of this revision.
Herald added a project: LLVM.

Revert testcase changed in D87304 <https://reviews.llvm.org/D87304> now the upgrader can correctly handle
the align attribute in upgrader.


Repository:
  rG LLVM Github Monorepo

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.346871.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210520/7d63acf6/attachment.bin>


More information about the llvm-commits mailing list