| Issue |
166726
|
| Summary |
[LLVM] The output of WarnMissedTransformationsPass seems not controllable
|
| Labels |
llvm,
llvm:support
|
| Assignees |
|
| Reporter |
ChuanqiXu9
|
The output of WarnMissedTransformationsPass seems not able to be controlled by ` -pass-remarks-missed` and `-pass-remarks-analysis`. In `llvm/test/Transforms/LoopTransformWarning/unrolling-remarks-missed.ll`, the test still passes after I removed ` -pass-remarks-missed` and `-pass-remarks-analysis`. It looks inconsistent with the original design intention.
The practical affect of this is, now users may suffers from the a lot of warning but they can't do anything about it if they can't modify the source code (image the source code comes from third party libraries.)
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs