llvm-project/llvm/lib/Transforms
Francis Visoiu Mistrih 4753a69a31 [Remarks] Provide more information about auto-init stores
This adds support for analyzing the instruction with the !annotation
"auto-init" in order to generate a more user-friendly remark.

For now, support the store size, and whether it's atomic/volatile.

Example:

```
auto-init.c:4:7: remark: Store inserted by -ftrivial-auto-var-init.Store size: 4 bytes. [-Rpass-missed=annotation-remarks]
  int var;
      ^
```

Differential Revision: https://reviews.llvm.org/D97412
2021-02-25 15:14:09 -08:00
..
AggressiveInstCombine [Transforms] Use llvm::append_range (NFC) 2021-01-20 21:35:54 -08:00
CFGuard llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
Coroutines Add a nullptr check. 2021-02-25 12:01:11 -08:00
Hello
IPO [SanitizerCoverage] Drop !associated on metadata sections 2021-02-25 11:59:23 -08:00
InstCombine [InstCombine] fold fdiv with powi divisor (PR49147) 2021-02-24 16:44:36 -05:00
Instrumentation [SanitizerCoverage] Drop !associated on metadata sections 2021-02-25 11:59:23 -08:00
ObjCARC [ObjC][ARC] Do not perform code motion on precise release calls 2021-02-15 17:39:37 -08:00
Scalar [Remarks] Provide more information about auto-init stores 2021-02-25 15:14:09 -08:00
Utils [Remarks] Provide more information about auto-init stores 2021-02-25 15:14:09 -08:00
Vectorize [InstructionCost] NFC: Fix up missing cases in LoopVectorize and CodeGenPrep. 2021-02-24 14:30:03 +00:00
CMakeLists.txt [NewPM][HelloWorld] Move HelloWorld to Utils 2021-02-03 12:59:40 -08:00