mehdi_amini added inline comments.
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:10811-10813
+Ops.reserve(Ops.size() + 1);
Ops.push_back(Ops[0]);
Ops.erase(Ops.begin());
njames93 wrote:
> Probably a little off topic, but shouldn't this be refactored a
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2c196bbc6bd8: Add an assertion in SmallVector::push_back()
(authored by mehdi_amini).
Changed prior to commit:
https://reviews.llvm.org/D84293?vs=
njames93 added inline comments.
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:10811-10813
+Ops.reserve(Ops.size() + 1);
Ops.push_back(Ops[0]);
Ops.erase(Ops.begin());
Probably a little off topic, but shouldn't this be refactored as a rotate. Has
the
mehdi_amini updated this revision to Diff 305279.
mehdi_amini added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Fix one clang instance failing this assertion
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84293/n