[all-commits] [llvm/llvm-project] 138856: [SimplifyCFG] branch-fold-threshold.ll - fix broke...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Jun 3 07:32:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 138856292235e4c805f2616b56ac09be5017f355
      https://github.com/llvm/llvm-project/commit/138856292235e4c805f2616b56ac09be5017f355
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
    M llvm/test/Transforms/SimplifyCFG/branch-fold-threshold.ll

  Log Message:
  -----------
  [SimplifyCFG] branch-fold-threshold.ll - fix broken CHECKs

Fix typos in AGGRESIVE-->AGGRESSIVE + WAYAGGRESIVE->WAYAGGRESSIVE

This also exposed an issue that the WAYAGGRESSIVE run removed a block entirely, so the LABEL check was silently failing.

Noticed while triaging the failures on #93673



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