Files
clang-p2996/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
Kazu Hirata ae7ce1c6e7 [CodeGen] Remove extraneous ArrayRef (NFC) (#90423)
We don't need to explicitly create an instance of ArrayRef here
because getIndexedOffsetInType takes ArrayRef, and ArrayRef can be
implicitly constructed from a C array.
2024-04-29 16:30:57 -07:00

42 KiB