You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For test files with -asm-verbose=false enabled (for example llvm-project\llvm\test\CodeGen\ARM\fp16-fullfp16.ll) - running the update_llc_test_checks.py script strips the test checks and fails to regenerate them.
Not sure whats going on but most likely the ASM_FUNCTION_ARM_RE regexp pattern is failing to match without some of the asm verbose signature
I've seen problems with asm-verbose=false aarch64 tests as well