[PATCH] D147968: [TTI][BPF]: Undo specific transform-preventing passes and add TTI hooks
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 22:52:55 PDT 2023
yonghong-song updated this revision to Diff 513844.
yonghong-song retitled this revision from "[RFC][TTI][BPF]: Undo specific transform-preventing passes and add TTI hooks" to "[TTI][BPF]: Undo specific transform-preventing passes and add TTI hooks".
yonghong-song edited the summary of this revision.
yonghong-song added a comment.
Herald added subscribers: asbirlea, kristof.beyls.
- add TTI hook for LICM/HoistMinMax transformations.
- add detailed code analysis in commit message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147968/new/
https://reviews.llvm.org/D147968
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/include/llvm/IR/IntrinsicsBPF.td
llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
llvm/include/llvm/Transforms/Utils/LoopUtils.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/BPF/BPF.h
llvm/lib/Target/BPF/BPFAdjustOpt.cpp
llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp
llvm/lib/Target/BPF/BPFTargetMachine.cpp
llvm/lib/Target/BPF/BPFTargetTransformInfo.h
llvm/lib/Target/BPF/CMakeLists.txt
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
llvm/test/CodeGen/BPF/adjust-opt-icmp1.ll
llvm/test/CodeGen/BPF/adjust-opt-icmp2.ll
llvm/test/CodeGen/BPF/adjust-opt-icmp3.ll
llvm/test/CodeGen/BPF/adjust-opt-icmp4.ll
llvm/test/CodeGen/BPF/adjust-opt-speculative1.ll
llvm/test/CodeGen/BPF/adjust-opt-speculative2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147968.513844.patch
Type: text/x-patch
Size: 32888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230415/d7c6a1ca/attachment.bin>
More information about the llvm-commits
mailing list