[all-commits] [llvm/llvm-project] 1325d8: [SandboxVec][Scheduler][NFC] Cleanup: Use interval...

vporpo via All-commits all-commits at lists.llvm.org
Wed Jul 8 20:38:58 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1325d8591159527e99683aac8240b9134b5d1cfa
      https://github.com/llvm/llvm-project/commit/1325d8591159527e99683aac8240b9134b5d1cfa
  Author: vporpo <vasileios.porpodas at amd.com>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SandboxVectorizer/Scheduler.cpp

  Log Message:
  -----------
  [SandboxVec][Scheduler][NFC] Cleanup: Use interval in loop and reset sched state (#205465)

Replace the for loop that iterates between TopI and LowestI with a range
loop over ResetIntvl and move the reset of the scheduling state to this
loop.
We iterate over the loop in the reverse order than before but the
functionality should not change.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list