[all-commits] [llvm/llvm-project] 3a063f: [NFC][CVP] Add one switch testcase

junparser via All-commits all-commits at lists.llvm.org
Tue Aug 17 19:23:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a063f5ad0147e8cad3c9a247b4327e7b32eb3da
      https://github.com/llvm/llvm-project/commit/3a063f5ad0147e8cad3c9a247b4327e7b32eb3da
  Author: Jun Ma <JunMa at linux.alibaba.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M llvm/test/Transforms/CorrelatedValuePropagation/basic.ll

  Log Message:
  -----------
  [NFC][CVP] Add one switch testcase


  Commit: 9934a5b2ed5aa6e6bbb2e55c3cd98839722c226e
      https://github.com/llvm/llvm-project/commit/9934a5b2ed5aa6e6bbb2e55c3cd98839722c226e
  Author: Jun Ma <JunMa at linux.alibaba.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/test/Transforms/CorrelatedValuePropagation/basic.ll

  Log Message:
  -----------
  [CVP] processSwitch: Remove default case when switch cover all possible values.

Differential Revision: https://reviews.llvm.org/D106056


Compare: https://github.com/llvm/llvm-project/compare/5ca250a03dfe...9934a5b2ed5a


More information about the All-commits mailing list