[all-commits] [llvm/llvm-project] 18cae6: [Instcombine] Precommit tests for D139080; NFC

chenglin.bi via All-commits all-commits at lists.llvm.org
Mon Dec 5 08:24:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18cae673a4b14028231fc4201d9044d454b83359
      https://github.com/llvm/llvm-project/commit/18cae673a4b14028231fc4201d9044d454b83359
  Author: chenglin.bi <chenglin.bi at linaro.org>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/logical-select.ll

  Log Message:
  -----------
  [Instcombine] Precommit tests for D139080; NFC
Test pattern for
(C & X) | ~(C | Y) -> C ? X : ~Y




More information about the All-commits mailing list