[PATCH] D115161: [IR] Allow the 'align' param attr on vectors of pointers
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 3 03:51:59 PST 2022
frasercrmck marked an inline comment as done.
frasercrmck added inline comments.
================
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
----------------
nikic wrote:
> Shouldn't this be `@f83`?
Yes it should, thanks. I also needed to update for `CHECK-TYPED` and `CHECK-OPAQUE` which I've now done.
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