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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 14:15:53 PST 2024


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

I'm confused. These are pre-commit tests specifically for this transform. They were never intended to test something else.

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


More information about the llvm-commits mailing list