[clang] [llvm] Add support for flag output operand "=@cc" for SystemZ. (PR #125970)
Ulrich Weigand via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 28 08:54:18 PDT 2025
================
@@ -2704,7 +2704,7 @@ EmitAsmStores(CodeGenFunction &CGF, const AsmStmt &S,
const llvm::ArrayRef<LValue> ResultRegDests,
const llvm::ArrayRef<QualType> ResultRegQualTys,
const llvm::BitVector &ResultTypeRequiresCast,
- const llvm::BitVector &ResultRegIsFlagReg) {
+ const std::vector<unsigned> &OutputOperandBounds) {
----------------
uweigand wrote:
We really should be getting both bounds (and the std::optional) here.
https://github.com/llvm/llvm-project/pull/125970
More information about the cfe-commits
mailing list