================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
