[PATCH] D53673: [COFF, ARM64] Implement Intrinsic.sponentry for AArch64
Mandeep Singh Grang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 24 15:01:59 PDT 2018
mgrang added inline comments.
================
Comment at: lib/Target/AArch64/AArch64FastISel.cpp:3466
+ if (numFixed) {
+ // First fixed objected
+ unsigned ResultReg = createResultReg(TLI.getRegClassFor(VT));
----------------
Period at end of comments.
Repository:
rL LLVM
https://reviews.llvm.org/D53673
More information about the llvm-commits
mailing list