[all-commits] [llvm/llvm-project] bcb931: SelectionDAG: Add AssumptionCache analysis dependency

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Sep 19 16:11:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcb931c484682dcec35a37c6ba12f9b39a591dfd
      https://github.com/llvm/llvm-project/commit/bcb931c484682dcec35a37c6ba12f9b39a591dfd
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGISel.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

  Log Message:
  -----------
  SelectionDAG: Add AssumptionCache analysis dependency

Fixes compile time regression after
bb70b5d40652207c0bd3d385def10ef3ef1d45b4


  Commit: 34fb7803f8f50c347c9ab531850391a911c7cbc6
      https://github.com/llvm/llvm-project/commit/34fb7803f8f50c347c9ab531850391a911c7cbc6
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp

  Log Message:
  -----------
  GlobalISel: Pass through AssumptionCache


  Commit: fd37ab6cf697b25a2d903671d4263664da00eeee
      https://github.com/llvm/llvm-project/commit/fd37ab6cf697b25a2d903671d4263664da00eeee
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

  Log Message:
  -----------
  InstCombine: Pass AssumptionCache through isDereferenceablePointer


Compare: https://github.com/llvm/llvm-project/compare/94049db913af...fd37ab6cf697


More information about the All-commits mailing list