[PATCH] D144439: [X86] Disable base pointer register when it is clobbered.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 20 16:37:42 PST 2023
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/i386-baseptr.ll:64
%k = call i32 @helper()
%a = alloca i32, align 128
%b = alloca i32, i32 %k, align 4
----------------
craig.topper wrote:
> Are we not satisfying the alignment for this alloca now?
>From the test case, it seems satisfy, but I'm not quite sure about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144439/new/
https://reviews.llvm.org/D144439
More information about the llvm-commits
mailing list