[all-commits] [llvm/llvm-project] 75bf5f: [BPF] use target triple for pattern predicates
Yingchi Long via All-commits
all-commits at lists.llvm.org
Sun Dec 10 07:02:40 PST 2023
Branch: refs/heads/users/inclyc/bpf-endian-no-sdag
Home: https://github.com/llvm/llvm-project
Commit: 75bf5ff5f57d8b9e1127b4cba86d372e22a8c04d
https://github.com/llvm/llvm-project/commit/75bf5ff5f57d8b9e1127b4cba86d372e22a8c04d
Author: Yingchi Long <i at lyc.dev>
Date: 2023-12-10 (Sun, 10 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
This is used for eliminate uses of "CurDAG", which is
SelectionDAG-spec, and not compatible with GIsel algorithms.
More information about the All-commits
mailing list