Juneyoung Lee
db7a2f347f
Precommit transform tests that have poison as insertelement's placeholder
...
This commit copies existing tests at llvm/Transforms and replaces
'insertelement undef' in those files with 'insertelement poison'.
(see https://reviews.llvm.org/D93586 )
Tests listed using this script:
grep -R -E '^[^;]*insertelement <.*> undef,' . | cut -d":" -f1 | uniq |
wc -l
Tests updated:
file_org=llvm/test/Transforms/$1
file=${file_org%.ll}-inseltpoison.ll
cp $file_org $file
sed -i -E 's/^([^;]*)insertelement <(.*)> undef/\1insertelement <\2> poison/g' $file
head -1 $file | grep "Assertions have been autogenerated by utils/update_test_checks.py" -q
if [ "$?" == 1 ]; then
echo "$file : should be manually updated"
# I manually updated the script
exit 1
fi
python3 ./llvm/utils/update_test_checks.py --opt-binary=./build-releaseassert/bin/opt $file
2020-12-24 11:46:17 +09:00
..
2020-11-20 08:15:46 -05:00
2020-10-22 17:21:32 +01:00
2020-11-10 17:01:31 +00:00
2019-06-17 09:51:07 +00:00
2020-12-24 11:46:17 +09:00
2020-12-07 21:19:05 -08:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2020-12-17 01:03:49 +03:00
2020-06-26 09:28:32 -07:00
2019-07-15 21:16:29 +00:00
2020-05-15 12:26:58 -07:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2020-06-26 09:28:32 -07:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-09-17 15:56:13 -07:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2020-06-26 09:28:32 -07:00
2019-04-17 04:52:47 +00:00
2020-01-16 09:00:56 -08:00
2019-09-17 09:02:48 +00:00
2020-06-26 09:28:32 -07:00
2020-01-23 10:36:39 -08:00
2019-06-26 09:16:57 +00:00
2019-04-17 04:52:47 +00:00
2020-01-20 16:58:07 +07:00
2019-08-02 04:29:23 +00:00
2020-03-02 08:37:11 -08:00
2020-12-14 20:14:31 +03:00
2019-04-17 04:52:47 +00:00
2020-04-06 09:59:08 -06:00
2020-03-02 08:37:11 -08:00
2019-04-17 04:52:47 +00:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-10-31 00:25:32 -07:00
2020-10-31 00:25:32 -07:00
2019-04-17 04:52:47 +00:00
2020-12-17 01:03:49 +03:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2020-07-28 14:00:11 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2020-05-17 13:55:11 +01:00
2020-05-17 13:29:36 +01:00
2019-04-17 04:52:47 +00:00
2020-07-30 10:07:57 -07:00
2019-12-24 15:57:33 -08:00
2019-06-26 09:16:57 +00:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00
2019-04-17 04:52:47 +00:00
2020-06-26 09:28:32 -07:00
2020-10-31 00:25:32 -07:00
2019-04-17 04:52:47 +00:00
2020-08-26 20:20:41 +03:00
2019-04-17 04:52:47 +00:00
2020-06-26 09:28:32 -07:00
2019-04-17 04:52:47 +00:00
2020-08-17 13:54:28 +01:00
2020-03-06 21:39:07 +03:00
2019-11-06 15:41:57 -08:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2020-06-26 09:28:32 -07:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2020-05-14 13:03:50 -07:00
2019-04-17 04:52:47 +00:00
2020-07-30 19:40:29 -07:00
2019-04-17 04:52:47 +00:00
2020-06-26 09:28:32 -07:00
2019-04-17 04:52:47 +00:00
2019-04-17 04:52:47 +00:00
2019-10-29 12:05:09 +00:00
2019-06-26 09:16:57 +00:00
2020-06-26 09:28:32 -07:00
2020-06-26 09:28:32 -07:00