[PATCH] D93545: [VE] Support RETURNADDR
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 17:02:38 PST 2020
kaz7 added inline comments.
================
Comment at: llvm/lib/Target/VE/VEISelLowering.cpp:1526
+ SDLoc DL(Op);
+ EVT PtrVT = TLI.getPointerTy(MF.getDataLayout());
+ SDValue Offset = DAG.getConstant(8, DL, PtrVT);
----------------
simoll wrote:
> I guess you could just use the type of `Op` here?
Sure. I'll change it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93545/new/
https://reviews.llvm.org/D93545
More information about the llvm-commits
mailing list