diff options
author | Sjoerd Meijer <smeijer@nvidia.com> | 2024-11-19 13:56:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 13:56:55 +0000 |
commit | edf56f1fa27dce36c2b537290c26fec1af1a1140 (patch) | |
tree | 23f9d80f132c6acbcf58b2b85c2451b22e5dfe6b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a8744066e9ef252b687c1206ccbd1a6e3ae1c890 (diff) | |
download | llvm-edf56f1fa27dce36c2b537290c26fec1af1a1140.zip llvm-edf56f1fa27dce36c2b537290c26fec1af1a1140.tar.gz llvm-edf56f1fa27dce36c2b537290c26fec1af1a1140.tar.bz2 |
[LoopInterchange] Don't rely on ASSERTS build for tests. NFC. (#116780)
A lot of interchange tests unnecessary relied on a build with ASSERTS
enabled. Instead, simply check the IR output for both negative and
positive tests so that we don't rely on debug messages. This increases
test coverage as these tests will now also run with non-assert builds.
For a couple of files keeping some of the debug tests was useful, so
separated out them out and moved them to a similarly named *-remarks.ll
file.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions