[all-commits] [llvm/llvm-project] daf065: [IRBuilder] Migrate gep-folding to value-based Fol...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Jan 14 03:24:35 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: daf06590dc8f3d117e2744aff0ee0254b2c0d565
      https://github.com/llvm/llvm-project/commit/daf06590dc8f3d117e2744aff0ee0254b2c0d565
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-01-14 (Fri, 14 Jan 2022)

  Changed paths:
    M llvm/include/llvm/Analysis/InstSimplifyFolder.h
    M llvm/include/llvm/Analysis/TargetFolder.h
    M llvm/include/llvm/IR/ConstantFolder.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRBuilderFolder.h
    M llvm/include/llvm/IR/NoFolder.h
    M llvm/test/Transforms/LoopVersioning/lcssa.ll

  Log Message:
  -----------
  [IRBuilder] Migrate gep-folding to value-based FoldGEP.

Depends on D117038.

Reviewed By: lebedev.ri

Differential Revision: https://reviews.llvm.org/D117039




More information about the All-commits mailing list