[all-commits] [llvm/llvm-project] 18a4da: [NFC] Cleanup: Remove uses of BasicBlock::getInstL...
vporpo via All-commits
all-commits at lists.llvm.org
Tue Dec 13 14:39:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18a4da8cbe1f64465e06eb3024f0ba802c717fe0
https://github.com/llvm/llvm-project/commit/18a4da8cbe1f64465e06eb3024f0ba802c717fe0
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
M llvm/lib/Target/BPF/BPFAdjustOpt.cpp
M llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp
M llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
Log Message:
-----------
[NFC] Cleanup: Remove uses of BasicBlock::getInstList().
This is part of a series of patches that aim at making Function::getInstList() private.
Differential Revision: https://reviews.llvm.org/D139971
More information about the All-commits
mailing list