[llvm] [SROA] Unfold gep of index select (PR #80983)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 13:10:31 PST 2024


================
@@ -158,11 +158,20 @@ bb:
 
 define i32 @test_select_idx_memcpy(i1 %c, ptr %p) {
----------------
aeubanks wrote:

the two large memcpys and their corresponding allocas are now dead and will be removed later

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


More information about the llvm-commits mailing list