Displaying 1 result from an estimated 1 matches for "d65617".
Did you mean:
d65615
2019 Aug 02
2
how to submit inter-dependent llvm and clang patches
Hi,
I have two BPF related patches,
clang: https://reviews.llvm.org/D65615
llvm: https://reviews.llvm.org/D65617
The llvm patch changes one IR Builder function signature:
from:
Value *CreatePreserveArrayAccessIndex(Value *Base, unsigned Dimension,
unsigned LastIndex)
to
Value *CreatePreserveArrayAccessIndex(Value *Base, unsigned Dimension,...