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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to