[clang] [llvm] BPU Machine basic block placement fuzz (PR #116492)

2024-11-16 Thread Dmitriy Sokolov via cfe-commits
https://github.com/dee-tree closed https://github.com/llvm/llvm-project/pull/116492 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] BPU Machine basic block placement fuzz (PR #116492)

2024-11-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Dmitriy Sokolov (dee-tree) Changes - Non-optimal machine basic block placement via fuzz option - machine block frequency inversion under the special option --- Patch is 20.87 KiB, truncated to 20.00 KiB below, full version: https:

[clang] [llvm] BPU Machine basic block placement fuzz (PR #116492)

2024-11-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-analysis Author: Dmitriy Sokolov (dee-tree) Changes - Non-optimal machine basic block placement via fuzz option - machine block frequency inversion under the special option --- Patch is 20.87 KiB, truncated to 20.00 KiB below, full version: https

[clang] [llvm] BPU Machine basic block placement fuzz (PR #116492)

2024-11-16 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] [llvm] BPU Machine basic block placement fuzz (PR #116492)

2024-11-16 Thread Dmitriy Sokolov via cfe-commits
https://github.com/dee-tree created https://github.com/llvm/llvm-project/pull/116492 - Non-optimal machine basic block placement via fuzz option - machine block frequency inversion under the special option >From 8376db35a7a7736d78bb7f0febf38203e415b489 Mon Sep 17 00:00:00 2001 From: Arseny Boch