[PATCH] D115311: [clang][CGStmt] emit i constraint rather than X for asm goto indirect dests
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 8 17:45:10 PST 2021
nickdesaulniers planned changes to this revision.
nickdesaulniers added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:8556
unsigned ResNo = 0; // ResNo - The result number of the next output.
- unsigned NumMatchingOps = 0;
for (auto &T : TargetConstraints) {
----------------
ugh, I didn't mean to post this hunk. I've been struggling with `arc` today. let me try to fix this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115311/new/
https://reviews.llvm.org/D115311
More information about the llvm-commits
mailing list