[all-commits] [llvm/llvm-project] 4364e2: [NFC][PGO] Prefix duplicate profile MemOp entry di...
Matthew Voss via All-commits
all-commits at lists.llvm.org
Mon Feb 27 14:08:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4364e2429cd4e3a640cbb84e565420fcfa830478
https://github.com/llvm/llvm-project/commit/4364e2429cd4e3a640cbb84e565420fcfa830478
Author: Matthew Voss <matthew.voss at sony.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
M llvm/test/Transforms/PGOProfile/consecutive-zeros.ll
Log Message:
-----------
[NFC][PGO] Prefix duplicate profile MemOp entry diagnostic with 'warning:'
Adding this prefix will indicate clearly that the compiler doesn't exit
when it hits this diagnostic. Searches for other non-fatal diagnostics
will also be able to find this diagnostic easily.
More information about the All-commits
mailing list