https://llvm.org/bugs/show_bug.cgi?id=26172
Bug ID: 26172 Summary: llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp:412: possible pointless indirection ? Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: dcb...@hotmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified [trunk/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp:412]: (warning) Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? *It++; Maybe the indirection is pointless. Maybe It++; would be better code. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs