[PATCH] D115161: [IR] Allow the 'align' param attr on vectors of pointers
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 3 03:20:12 PST 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
Makes sense to me.
================
Comment at: llvm/test/Bitcode/attributes.ll:514
+define void @f83(<4 x i8*> align 32 %0, <vscale x 1 x double*> align 64 %1) {
+; CHECK: define void @f81(<4 x i8*> align 32 %0, <vscale x 1 x double*> align 64 %1)
+ ret void
----------------
Shouldn't this be `@f83`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115161/new/
https://reviews.llvm.org/D115161
More information about the llvm-commits
mailing list