[all-commits] [llvm/llvm-project] e218da: [JumpThreading] Add a test for simplification of c...

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Tue Aug 4 03:09:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e218da7ff39df3aeb7c923fbd75aaa8ace581e37
      https://github.com/llvm/llvm-project/commit/e218da7ff39df3aeb7c923fbd75aaa8ace581e37
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    A llvm/test/Transforms/JumpThreading/threadable-edge-cast.ll

  Log Message:
  -----------
  [JumpThreading] Add a test for simplification of cast of any op; NFC


  Commit: e734e8286b4b521d829aaddb6d1cbbd264953625
      https://github.com/llvm/llvm-project/commit/e734e8286b4b521d829aaddb6d1cbbd264953625
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/test/Transforms/JumpThreading/threadable-edge-cast.ll

  Log Message:
  -----------
  [JumpThreading] Remove cast's constraint

As discussed in D84949, this removes the constraint to cast since it does not
cause compile time degradation.

Reviewed By: lebedev.ri

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


Compare: https://github.com/llvm/llvm-project/compare/daa1c6d9d126...e734e8286b4b


More information about the All-commits mailing list