[all-commits] [llvm/llvm-project] 9c4aca: [HWASAN] Emit optimization remarks (#88332)
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Apr 11 11:13:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c4aca2b2ec46895761756e34b191593694e4c47
https://github.com/llvm/llvm-project/commit/9c4aca2b2ec46895761756e34b191593694e4c47
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/test/Instrumentation/HWAddressSanitizer/pgo-opt-out.ll
Log Message:
-----------
[HWASAN] Emit optimization remarks (#88332)
Similar to #88304
SelHWAsan is optimization. We may want to diagnose compiler decisions.
Remarks is the tool for that https://llvm.org/docs/Remarks.html.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list