[all-commits] [llvm/llvm-project] 95f65a: AArch64/GlobalISel: Fix incorrect ptrmask usage fo...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun May 31 07:57:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95f65a7c6cebba7dbcd955bc02235f5d3581ff44
https://github.com/llvm/llvm-project/commit/95f65a7c6cebba7dbcd955bc02235f5d3581ff44
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-31 (Sun, 31 May 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
Log Message:
-----------
AArch64/GlobalISel: Fix incorrect ptrmask usage for alignment
I inverted the mask when I ported to the new form of G_PTRMASK in
8bc03d2168241f7b12265e9cd7e4eb7655709f34.
I don't think this really broke anything, since G_VASTART isn't
handled for types with an alignment higher than the stack alignment.
More information about the All-commits
mailing list