[all-commits] [llvm/llvm-project] 2fe1f8: [test] Fix llc-start-stop.ll when the default targ...

Alex Bradbury via All-commits all-commits at lists.llvm.org
Mon Oct 7 08:08:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fe1f84db379bccbf0a3ac136d063a94b5dc59cb
      https://github.com/llvm/llvm-project/commit/2fe1f84db379bccbf0a3ac136d063a94b5dc59cb
  Author: Alex Bradbury <asb at igalia.com>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
    M llvm/test/CodeGen/Generic/llc-start-stop.ll

  Log Message:
  -----------
  [test] Fix llc-start-stop.ll when the default target enables the loop terminator folding pass

Previously this would fail if the default target enabled the loop
terminator folding pass (currently just RISC-V), as it runs after loop
strength reduction.



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