[PATCH] D97264: [RISCV] Define types for Zvlsseg.
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 23 14:55:37 PST 2021
craig.topper added inline comments.
================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:10672
+ if (Ty->isRecordType() && !Ty->getAsRecordDecl()->field_empty() &&
+ Ty->getAsRecordDecl()->field_begin()->getType()->isSizelessType())
----------------
Are we able to test this yet?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97264/new/
https://reviews.llvm.org/D97264
More information about the cfe-commits
mailing list