[PATCH] D134282: [CGP] Add generic TargetLowering::shouldAlignPointerArgs() implementation
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 12:31:26 PDT 2022
efriedma added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:1925
+ virtual bool shouldUpdatePointerArgAlignment(const CallInst *CI,
+ const Value *Arg,
+ unsigned &MinSize,
----------------
efriedma wrote:
> It looks like the argument "Arg" is now unused?
Still here? Did you mean to upload a different change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134282/new/
https://reviews.llvm.org/D134282
More information about the llvm-commits
mailing list