[PATCH] D86968: [IRSim] Adding IR Instruction Mapper
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 09:09:01 PDT 2020
paquette added inline comments.
================
Comment at: llvm/include/llvm/Analysis/IRSimilarityIdentifier.h:121
+
+ ~IRInstructionData() {
+ OperVals.~SmallVector();
----------------
I think this will destroy OperVals twice.
https://ideone.com/5m8Meq
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86968/new/
https://reviews.llvm.org/D86968
More information about the llvm-commits
mailing list