[all-commits] [llvm/llvm-project] 77e8f4: [ARM] Define ComplexPatternFuncMutatesDAG

David Green via All-commits all-commits at lists.llvm.org
Fri Aug 6 09:35:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77e8f4eeeeed516a1c79365a4b8128da463d96c4
      https://github.com/llvm/llvm-project/commit/77e8f4eeeeed516a1c79365a4b8128da463d96c4
  Author: David Green <david.green at arm.com>
  Date:   2021-08-06 (Fri, 06 Aug 2021)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
    M llvm/test/CodeGen/ARM/shifter_operand.ll

  Log Message:
  -----------
  [ARM] Define ComplexPatternFuncMutatesDAG

Some of the Arm complex pattern functions call canExtractShiftFromMul,
which can modify the DAG in-place. For this to be valid and handled
successfully we need to define ComplexPatternFuncMutatesDAG.

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




More information about the All-commits mailing list