[llvm-bugs] [Bug 45091] New: [x86] update_llc_test_checks - don't hide useful address math

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 3 09:48:31 PST 2020


https://bugs.llvm.org/show_bug.cgi?id=45091

            Bug ID: 45091
           Summary: [x86] update_llc_test_checks - don't hide useful
                    address math
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: support scripts
          Assignee: unassignedbugs at nondot.org
          Reporter: llvm-dev at redking.me.uk
                CC: craig.topper at gmail.com, greg.bedwell at sony.com,
                    i at maskray.me, lebedev.ri at gmail.com,
                    llvm-bugs at lists.llvm.org, spatel+llvm at rotateright.com

By default we hide address math for many loads/stores in the x86 asm output
checks, which prevents us from seeing sometimes critical changes (offset
changes, stack positions etc.).

It's probably a large diff but always exposing this is probably a good idea.

We can probably reduce this at least a little by merging 32-bit/64-bit stack
variants (esp/rsp etc.) in regex patterns.

And some addresses we don't care about (constant pool loads?) so we should
still try to hide those.

-- 
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/20200303/64b30d2b/attachment.html>


More information about the llvm-bugs mailing list