[all-commits] [llvm/llvm-project] 40251f: [BPF][NewPM] Make BPFTargetMachine properly adjust...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Oct 6 07:45:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 40251fee00840b98d927c2c138e45e812bc3468b
https://github.com/llvm/llvm-project/commit/40251fee00840b98d927c2c138e45e812bc3468b
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M llvm/lib/Target/BPF/BPF.h
M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
M llvm/lib/Target/BPF/BPFPreserveDIType.cpp
M llvm/lib/Target/BPF/BPFTargetMachine.cpp
M llvm/lib/Target/BPF/BPFTargetMachine.h
M llvm/test/CodeGen/BPF/CORE/store-addr.ll
Log Message:
-----------
[BPF][NewPM] Make BPFTargetMachine properly adjust NPM optimizer pipeline
This involves porting BPFAbstractMemberAccess and BPFPreserveDIType to
NPM, then adding them BPFTargetMachine::registerPassBuilderCallbacks
(the NPM equivalent of adjustPassManager()).
Reviewed By: yonghong-song, asbirlea
Differential Revision: https://reviews.llvm.org/D88855
More information about the All-commits
mailing list