[llvm-bugs] [Bug 49679] New: DAGToDAGISel pass confusion
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 22 07:28:26 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=49679
Bug ID: 49679
Summary: DAGToDAGISel pass confusion
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: AMDGPU
Assignee: unassignedbugs at nondot.org
Reporter: karl-johan.karlsson at ericsson.com
CC: llvm-bugs at lists.llvm.org
When specifying x86-64 (or any other backend) the -debug-pass=Arguments still
prints amdgpu-isel. This is a bit confusing. A consequence of this is that we
can't reliably use -stop-before or run-pass for the pass.
$ llc -mtriple x86_64-unknown-unknown -O3 /dev/null -debug-pass=Arguments -o
/dev/null 2>&1 | grep -o amdgpu-isel
amdgpu-isel
--
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/20210322/9d55e021/attachment.html>
More information about the llvm-bugs
mailing list