diff options
author | Philip Reames <listmail@philipreames.com> | 2021-11-12 11:15:57 -0800 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2021-11-12 11:21:08 -0800 |
commit | a1b496be6c7105943583acab0923acb8993e8e2f (patch) | |
tree | 2bfd77fd667c18fa72f37c920bb3648a65e0d28b /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | d1b09adeebe8e2faf2c18fd24b9f83e89087a1e8 (diff) | |
download | llvm-a1b496be6c7105943583acab0923acb8993e8e2f.zip llvm-a1b496be6c7105943583acab0923acb8993e8e2f.tar.gz llvm-a1b496be6c7105943583acab0923acb8993e8e2f.tar.bz2 |
(re-)Autogen one last unroll-and-jam test
This case was complicated because someone had added new non-autogened test to an autogened file. In particular, those new tests used two variables (%J and %j) which differeded only in capitalization. The auto-updater doesn't distinguish case, so this meant auto-gened versions of the new tests failed with non-obvious errors.
There are two key lessons here:
1) Please don't use two values which differ only in case. This is problematic for automatic tooling, but is also hard to understand for a human.
2) Please DO NOT add new tests to an autogened test without running autogen again. If autogen doesn't pass on your new test, put them in a separate file.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions