[clang] [CIR] Use data size in emitAggregateCopy for overlapping copies (PR #186702)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 6 06:16:14 PDT 2026
================
@@ -2856,6 +2856,11 @@ LogicalResult cir::CopyOp::verify() {
if (getSrc() == getDst())
return emitError() << "source and destination are the same";
+ if (getSkipTailPadding() &&
----------------
erichkeane wrote:
Nvm, see you've added it! :)
https://github.com/llvm/llvm-project/pull/186702
More information about the cfe-commits
mailing list