[llvm-bugs] [Bug 45714] New: [llvm][utils] update_llc_test_checks doesn't take action with runtime preemption specifiers

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 28 08:24:11 PDT 2020


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: unassignedbugs at nondot.org
          Reporter: zbrid at google.com
                CC: htmldeveloper at gmail.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200428/f2de7d6e/attachment.html>


More information about the llvm-bugs mailing list