Bring ByteProvider into header to serve as generic utility.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Factor out common code for use in https://reviews.llvm.org/D142782 . Template class for eventual porting to GlobalISel.
Comment Actions
Require contained class in ByteProvider to have getOpcode (class must be node in selection DAG)
llvm/include/llvm/ADT/ByteProvider.h | ||
---|---|---|
54 | probably should use int64_t offsets? |