[all-commits] [llvm/llvm-project] 02678b: [Local] Merge constant / non-constant code paths (...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Oct 11 07:27:50 PDT 2023


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

  Changed paths:
    M llvm/lib/Analysis/Local.cpp

  Log Message:
  -----------
  [Local] Merge constant / non-constant code paths (NFC)

Let IRBuilder perform the constant folding. Avoids some uses of
ConstantExpr.




More information about the All-commits mailing list