https://bugs.llvm.org/show_bug.cgi?id=45714
Bug ID: 45714
Summary: [llvm][utils] update_llc_test_checks doesn't take
action with runtime preemption specifiers
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedb...@nondot.org
Reporter: zb...@google.com
CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org
Steps
1. Write an LLVM IR test case function with a runtime preemption specifier and
a RUN line that uses LLC.
2. Run llvm/utils/update_llc_test_checks.py
Expected: The test file gets updated with 1) the autogenerated advertisement
and 2) the llc output in CHECK lines
Actual: The test file gets updated with 1) the autogenerated advertisements
with no other changes.
I suspect the regex that matches to functions doesn't handle runtime preemption
specfiers.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs