[llvm] [AMDGPU][CodeGen] Improve handling of memcpy for -Os/-Oz compilations (PR #87632)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 7 08:08:23 PDT 2024


shiltian wrote:

> Should we change the expansion threshold in the PreISelIntrinsicLowering?

Not really in this patch. With this patch those intrinsics will be lowered before instruction selection.

https://github.com/llvm/llvm-project/pull/87632


More information about the llvm-commits mailing list