[all-commits] [llvm/llvm-project] ef7a84: [LoopUnswitch] Remove redundant condition. (NFC) (...

Amr Hesham via All-commits all-commits at lists.llvm.org
Thu Sep 12 07:40:39 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef7a847be2db0325fe8bbad7febac9e42c96d232
      https://github.com/llvm/llvm-project/commit/ef7a847be2db0325fe8bbad7febac9e42c96d232
  Author: Amr Hesham <amr96 at programmer.net>
  Date:   2024-09-12 (Thu, 12 Sep 2024)

  Changed paths:
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp

  Log Message:
  -----------
  [LoopUnswitch] Remove redundant condition. (NFC) (#107893)

Remove redundant condition from  '!A || (A && B)' to '!A || B' 

Fixes: #99799



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