[all-commits] [llvm/llvm-project] 0cb353: [ConstraintElim] Add additional switch case and us...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Sep 22 03:12:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cb353068056690dbe91c69336f7e6917f537b40
      https://github.com/llvm/llvm-project/commit/0cb353068056690dbe91c69336f7e6917f537b40
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M llvm/test/Transforms/ConstraintElimination/switch.ll

  Log Message:
  -----------
  [ConstraintElim] Add additional switch case and use i8 instead of i32.

Shorten the types used to i8 for cheaper verification and add test case
where 2 cases have the same destination, as suggested in #67061.




More information about the All-commits mailing list