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-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-11-09 12:18:19 +00:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-11-20 17:58:26 -05:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-12-24 11:46:17 +09:00
2020-07-13 21:07:03 +02:00
2020-07-13 21:07:03 +02:00
2020-07-13 21:10:11 +02:00
2020-07-13 21:10:11 +02:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-09-03 10:14:52 -04:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:55:44 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-11-18 12:39:39 -08:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-05-14 13:03:50 -07:00
2020-12-03 09:23:37 -08:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-07-13 21:07:03 +02:00
2020-11-20 14:00:46 -05:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-07-28 14:00:11 +00:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-08-09 19:16:56 +01:00
2020-04-20 11:55:49 -07:00
2020-07-02 11:27:52 -07:00
2020-05-15 12:26:58 -07:00
2020-05-16 14:53:16 -07:00
2020-05-15 12:26:58 -07:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-06-03 19:30:03 +01:00
2020-06-26 20:28:18 -07:00
2020-06-26 20:28:18 -07:00
2020-07-13 21:07:03 +02:00
2020-07-13 21:07:03 +02:00
2020-06-26 20:28:18 -07:00
2020-09-21 12:12:25 -07:00
2020-06-26 20:28:18 -07:00
2020-07-29 12:41:05 +01:00
2020-07-28 20:33:04 +01:00
2020-07-29 12:41:05 +01:00
2020-08-05 22:56:15 -07:00