These can help us better understand what builtin_constant_p and
builtin_object_size get folded to.
$ clang -mllvm -debug-only=lower-is-constant-intrinsic ...
Differential D143521
[llvm][LowerConstantIntrinsics] add debug statements nickdesaulniers on Feb 7 2023, 11:50 AM. Authored by
Details
These can help us better understand what builtin_constant_p and $ clang -mllvm -debug-only=lower-is-constant-intrinsic ...
Diff Detail
Event TimelineComment Actions These look fine, so accepted. One comment: Would it be good to somehow identify in the message the intrinsic each message is folding? |