Open
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.
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
,hang
andmiscompilation
./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.