[all-commits] [llvm/llvm-project] 5df22e: [IRBuilder] Move insertvalue/extractvalue to fold ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue May 17 07:05:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5df22e507b1bd267457d815050b94e81692c33dd
      https://github.com/llvm/llvm-project/commit/5df22e507b1bd267457d815050b94e81692c33dd
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-05-17 (Tue, 17 May 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

  Log Message:
  -----------
  [IRBuilder] Move insertvalue/extractvalue to fold infrastructure

Move from the old CreateXYZ() to the new FoldXYZ() mechanism.

This change is likely NFC in practice, because I don't think that
the places using InstSimplifyFolder use insertvalue/extractvalue.




More information about the All-commits mailing list