LoopModels
LoopModels copied to clipboard
There are two primary examples. One is when we have a big block of memory, and different parts of these blocks correspond to different arrays. ```cpp unsigned M, N, K;...
It might be a bit too early to be submitting feature requests, but I recently started toying with LoopModels and thought it would not be a bad idea to copy...
We apparently weren't actually using the sanitizers. We pass ubsan, but asan... ``` [0/1] Running tests... Test project /home/chriselrod/Documents/progwork/cxx/LoopModels/builddirasan/test Start 1: BitSetTest.BasicAssertions 1/41 Test #1: BitSetTest.BasicAssertions ................... Passed 0.03 sec...
Currently, the turbo loop pass is not tested. Instead, I run a few examples and check that things look right. This is slow and error prone. https://llvm.org/docs/CommandGuide/lit.html