[PATCH] D145863: [X86][NFC] Use uint64_t for passing the alignment
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 12 04:11:34 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/lib/Target/X86/X86SelectionDAGInfo.cpp:207
SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT,
- unsigned Align, bool isVolatile, bool AlwaysInline,
+ uint64_t Align, bool isVolatile, bool AlwaysInline,
MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) {
----------------
Can we use llvm::Align instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145863/new/
https://reviews.llvm.org/D145863
More information about the llvm-commits
mailing list