[PATCH] D48935: [llvm-exegesis] Provide a way to handle memory instructions.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 07:06:17 PDT 2018


RKSimon added inline comments.


================
Comment at: unittests/tools/llvm-exegesis/Common/AssemblerUtils.h:49
+    if (CanExecute) {
+      std::aligned_storage<1024, 16> Scratch;
+      Function(reinterpret_cast<char *>(&Scratch));
----------------
How should these numbers relate to the ScratchSpace values?


Repository:
  rL LLVM

https://reviews.llvm.org/D48935





More information about the llvm-commits mailing list