[llvm] [Scalarizer][DirectX] support structs return types (PR #111569)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 14:19:21 PDT 2024


================
@@ -0,0 +1,67 @@
+; RUN: opt %s -passes='function(scalarizer<load-store>)' -S | FileCheck %s
----------------
nikic wrote:

Could you please also add a test where the struct is returned from the function (not using extractelement)?

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


More information about the llvm-commits mailing list