[all-commits] [llvm/llvm-project] 7b099a: LowerTypeTests: Remove the optimization for llvm.c...

Peter Collingbourne via All-commits all-commits at lists.llvm.org
Fri Feb 13 14:16:37 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b099a4c53178c249043f8c477511977b4ed5ca6
      https://github.com/llvm/llvm-project/commit/7b099a4c53178c249043f8c477511977b4ed5ca6
  Author: Peter Collingbourne <pcc at google.com>
  Date:   2026-02-13 (Fri, 13 Feb 2026)

  Changed paths:
    M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
    R llvm/test/Transforms/LowerTypeTests/cond-loop.ll

  Log Message:
  -----------
  LowerTypeTests: Remove the optimization for llvm.cond.loop.

Because in the new IR pattern for conditional traps the llvm.cond.loop
is generated late, the LowerTypeTests pass will never see it, so we no
longer need to be able to optimize it. Therefore, remove the code for
optimizing it.

This reverts commit 1de721c414407f4b92d3e2458ce9ca38563cef9c.

Reviewers: fmayer, vitalybuka

Reviewed By: fmayer

Pull Request: https://github.com/llvm/llvm-project/pull/181301



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