[all-commits] [llvm/llvm-project] 514d6e: [SDAG] Improve MemSDNode::getBasePtr

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Tue Aug 25 13:20:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 514d6e9a8d91e739292c9024d677b8d3c6d43f0c
      https://github.com/llvm/llvm-project/commit/514d6e9a8d91e739292c9024d677b8d3c6d43f0c
  Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h

  Log Message:
  -----------
  [SDAG] Improve MemSDNode::getBasePtr

It returned getOperand(1), except for STORE for which it returned
getOperand(2). Handle MSTORE, MGATHER, and MSCATTER as well.




More information about the All-commits mailing list