[all-commits] [llvm/llvm-project] e7b285: [ConstantFold] Avoid some uses of ConstantExpr::ge...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Oct 9 06:41:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7b2855787cab5ccaf195b9c86985f263eb29cfe
      https://github.com/llvm/llvm-project/commit/e7b2855787cab5ccaf195b9c86985f263eb29cfe
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
    M llvm/lib/IR/ConstantFold.cpp

  Log Message:
  -----------
  [ConstantFold] Avoid some uses of ConstantExpr::getSExt() (NFC)

Use the (internal) constant folding API instead.




More information about the All-commits mailing list