diff options
author | Juneyoung Lee <aqjune@gmail.com> | 2020-12-31 17:11:31 +0900 |
---|---|---|
committer | Juneyoung Lee <aqjune@gmail.com> | 2020-12-31 17:12:37 +0900 |
commit | c1f3033697c254d68cf1d94acdbdd8edb74adc41 (patch) | |
tree | cf0fa1d1e8de43b4acbf121664e4fb257a4c86f1 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | a16c00a7033df6863f3ecd77a9809790f8db286b (diff) | |
download | llvm-c1f3033697c254d68cf1d94acdbdd8edb74adc41.zip llvm-c1f3033697c254d68cf1d94acdbdd8edb74adc41.tar.gz llvm-c1f3033697c254d68cf1d94acdbdd8edb74adc41.tar.bz2 |
Update inselt tests at llvm/test/Analysis to have poison as shufflevector's placeholder (NFC)
File listed by:
grep -R -E "^[^;]*shufflevector <.*> .*, <.*> undef" . | grep inseltpoison
Updated with:
sed -i -E 's/shufflevector <(.*)> (.*), <(.*)> undef/shufflevector <\1> \2, <\3> poison/g' $1
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions