[all-commits] [llvm/llvm-project] d03813: [SimplifyCFG] add more tests for switch to select ...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Wed Apr 13 14:15:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d038135e1913f3d68585fae6d5cf30da25b4d31a
      https://github.com/llvm/llvm-project/commit/d038135e1913f3d68585fae6d5cf30da25b4d31a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-04-13 (Wed, 13 Apr 2022)

  Changed paths:
    M llvm/test/Transforms/SimplifyCFG/switch-to-select-two-case.ll

  Log Message:
  -----------
  [SimplifyCFG] add more tests for switch to select transform; NFC

Also, make test names more descriptive -
additional coverage for D122485


  Commit: 0ef46dc0f9f3f87fc3391bf6a407e22aa139e286
      https://github.com/llvm/llvm-project/commit/0ef46dc0f9f3f87fc3391bf6a407e22aa139e286
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-04-13 (Wed, 13 Apr 2022)

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

  Log Message:
  -----------
  [SimplifyCFG] improve readability in switch-to-select; NFC


Compare: https://github.com/llvm/llvm-project/compare/c729d5be781a...0ef46dc0f9f3


More information about the All-commits mailing list