[PATCH] D46223: Introduce a direct LLVM IR execution UnitTests framework, and add the first such test.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 10:33:16 PDT 2018


dblaikie added a comment.

Keeping these tests as checked in bitcode is to ensure less churn as the IR changes since these tests are likely to be relatively static? Given all the IR in test cases we generally have to upgrade/modify when changing the format - is it much of a savings to have these in bitcode?



================
Comment at: Bitcode/UnitTests/README.md:3
+
+These are execution unit tests written directly in LLVM IR. We store maintain
+them in LLVM's bitcode format as that is guaranteed to have at least a certain
----------------
"We store maintain them" - guess you want only one of "store" or "maintain".


Repository:
  rT test-suite

https://reviews.llvm.org/D46223





More information about the llvm-commits mailing list