[all-commits] [llvm/llvm-project] 960a76: Reland "[InstCombine] Add simplification of two lo...

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Tue Mar 23 00:25:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 960a7673683f86e08d30ab815996e4248be77d5b
      https://github.com/llvm/llvm-project/commit/960a7673683f86e08d30ab815996e4248be77d5b
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/test/Transforms/InstCombine/select-safe-bool-transforms.ll
    M llvm/test/Transforms/SimplifyCFG/merge-cond-stores.ll

  Log Message:
  -----------
  Reland "[InstCombine] Add simplification of two logical and/ors"

This relands 07c3b97e184d5bd828b8a680cdce46e73f3db9fc (D96945) which was reverted by
commit f49354838e526671e616d16199ebdee653b9f6fa.
The two-stage compilation successfully tests passes on my machine.




More information about the All-commits mailing list