[UpdateTestChecks] Use common ir function name matcher and extend to accept periods...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 24 Mar 2020 10:59:08 +0000 (10:59 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 24 Mar 2020 10:59:30 +0000 (10:59 +0000)
commit8905617ee3acec9471c34afd6258d18de801ea29
treebf9c5d610d55dbf26108a85585f4e08f9a8052c6
parent180d211770a0a1f82d483433fab007cd4d14cbd9
[UpdateTestChecks] Use common ir function name matcher and extend to accept periods in names (PR37586)

Remove the local versions of the IR_FUNCTION_RE matcher (they weren't doing anything different), and ensure all the function name matchers accept '.' and '-'.

We don't need to use '\.' inside python regex sets either, or '\-' as long as thats at the end of the set.
llvm/utils/UpdateTestChecks/common.py
llvm/utils/update_analyze_test_checks.py
llvm/utils/update_test_checks.py