[all-commits] [llvm/llvm-project] d034c1: [LLParser] Remove unnecessary switch from the hand...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Sep 25 13:40:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d034c18e7c7d24b4b32817b9051f41d5cd92d7ec
      https://github.com/llvm/llvm-project/commit/d034c18e7c7d24b4b32817b9051f41d5cd92d7ec
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp

  Log Message:
  -----------
  [LLParser] Remove unnecessary switch from the handling of the remaini… (#67362)

…ng binary constantexprs.

FP binary operators aren't supported anymore, so we don't need a switch
to pick whether we expect an integer or FP type.




More information about the All-commits mailing list