[PATCH] D85262: [llvm] Expose untyped accessor to evaluation result tensors

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 09:51:01 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Analysis/Utils/TFUtils.h:107
     EvaluationResult(EvaluationResult &&Other);
+    EvaluationResult &operator=(EvaluationResult &&Other);
+
----------------
You can write `= default`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85262/new/

https://reviews.llvm.org/D85262



More information about the llvm-commits mailing list