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: unassignedb...@nondot.org
Reporter: llvm-...@redking.me.uk
CC: craig.top...@gmail.com, greg.bedw...@sony.com,
i...@maskray.me, lebedev...@gmail.com,
llvm-bugs@lists.llvm.org, spatel+l...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs