[all-commits] [llvm/llvm-project] 75193b: [BPF] use target triple for pattern predicates (#7...

Yingchi Long via All-commits all-commits at lists.llvm.org
Mon Dec 11 01:10:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75193b192ad92e69236930dc35c262786a95f472
      https://github.com/llvm/llvm-project/commit/75193b192ad92e69236930dc35c262786a95f472
  Author: Yingchi Long <i at lyc.dev>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M llvm/lib/Target/BPF/BPFInstrInfo.td
    M llvm/lib/Target/BPF/BPFSubtarget.cpp
    M llvm/lib/Target/BPF/BPFSubtarget.h

  Log Message:
  -----------
  [BPF] use target triple for pattern predicates (#74998)

This is used for eliminate uses of "CurDAG", which is SelectionDAG-spec,
and not compatible with GIsel algorithms.

(NFC)




More information about the All-commits mailing list