[PATCH] D97264: [RISCV] Define types for Zvlsseg.
Hsiangkai Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 23 18:50:44 PST 2021
HsiangKai marked 3 inline comments as done.
HsiangKai added inline comments.
================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:10672
+ if (Ty->isRecordType() && !Ty->getAsRecordDecl()->field_empty() &&
+ Ty->getAsRecordDecl()->field_begin()->getType()->isSizelessType())
----------------
craig.topper wrote:
> Are we able to test this yet?
No, I removed it.
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