[PATCH] D53556: [ExecutionEngine] Fix out-of-bounds access in the interpreter

Nick Lewycky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 00:43:20 PDT 2018


nicholas accepted this revision.
nicholas added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/ExecutionEngine/Interpreter/rand.ll:1
+; RUN: lli -O0 -force-interpreter < %s
+
----------------
This matches the style in intrinsics.ll, but alias.ll uses "%lli -force-interpreter %s", the differences being that it uses %lli instead of lli and does not use < redirection. I do not know which style is correct or preferred.


Repository:
  rL LLVM

https://reviews.llvm.org/D53556





More information about the llvm-commits mailing list