-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Please paste your PR/commit link here.
If you want to measure the compile-time impact (built with -DLLVM_ENABLE_ASSERTIONS=OFF), please add /comptime before the link.
Update (2025-09-25): Use /stat <stat_name> <pr_link> to see the per-file statistics result.
Example: /stat constraint-elimination.NumCondsRemoved <pr_link>.
NOTE: If you want to test a series of commits, please use llvm/llvm-project@main...name:llvm-project:head-commit.
Some basic PR editing commands are also supported by leaving a comment starts with /:
/close: Close the PR/reopen: Reopen the PR/add-label labels: Add labels (separated by comma). Available labels:reviewed,regression,crash,hangandmiscompilation./remove-label labels: Remove labels.
Update (2025-02-01): Unrelated diffs have been significantly reduced with a heuristic-based value name remapping algorithm (Example: #2037 -> #2055). Note that the post-processed IR may be incorrect or invalid. Please refer to the previous commit if you are confused by the result.