While working on https://reviews.llvm.org/D131429, I got a test diff in one of the VE tests and running update_llc_test_checks.py deleted all the code for that function. This is a baseline test for this bug (incorrect regex for VE when .Lfoo$local symbols are used). Reviewed By: kaz7 Differential Revision: https://reviews.llvm.org/D131434
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
# REQUIRES: ve-registered-target
|
|
## Check that the function regex for VE works as expected.
|
|
|
|
# RUN: cp -f %S/Inputs/ve-basic.ll %t.ll && %update_llc_test_checks %t.ll
|
|
# RUN: diff -u %S/Inputs/ve-basic.ll.expected %t.ll
|