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

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 07:39:37 PDT 2018


courbet 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));
----------------
RKSimon wrote:
> How should these numbers relate to the ScratchSpace values?
This was a leftover from a previous implementation. Fixed.


Repository:
  rL LLVM

https://reviews.llvm.org/D48935





More information about the llvm-commits mailing list