[all-commits] [llvm/llvm-project] c0f2c4: [SimplifyCFG] remove unnecessary state variable; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Sun Jul 18 10:43:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0f2c4ce10d296967f3e0f9a3fb53f49ab2eccd4
      https://github.com/llvm/llvm-project/commit/c0f2c4ce10d296967f3e0f9a3fb53f49ab2eccd4
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-07-18 (Sun, 18 Jul 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp

  Log Message:
  -----------
  [SimplifyCFG] remove unnecessary state variable; NFC

Keeping a marker for Changed might have made sense before
this code was refactored, but we never touch that variable
after initialization now.


  Commit: fbe64f136f7650af22d90a77833eb42f8de1fbee
      https://github.com/llvm/llvm-project/commit/fbe64f136f7650af22d90a77833eb42f8de1fbee
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-07-18 (Sun, 18 Jul 2021)

  Changed paths:
    M llvm/test/Transforms/SimplifyCFG/fold-branch-to-common-dest.ll

  Log Message:
  -----------
  [SimplifyCFG] add test to show miscompile from FoldBranchToCommonDest (PR51125); NFC


Compare: https://github.com/llvm/llvm-project/compare/fd7a54c70908...fbe64f136f76


More information about the All-commits mailing list