Files
clang-p2996/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
LiqinWeng abaa53199e [RISCV] Implement RISCVTTIImpl::shouldConsiderAddressTypePromotion for RISCV (#102560)
This optimization helps reduce repeated calculations of base addresses
by extracting type extensions when the same base address is accessed
multiple times but its offset is a constant.
2024-08-15 10:37:04 +08:00

79 KiB