Files
clang-p2996/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Kazu Hirata 16d969ca8a [PowerPC] Use ArrayRef (NFC)
This patch teaches getStoreOpcodesForSpillArray and
getLoadOpcodesForSpillArray to return ArrayRef.  This way,
isLoadFromStackSlot and isStoreToStackSlot can use llvm::is_contained.
2022-11-13 16:22:33 -08:00

209 KiB