[clang] [Clang] [Sema] Support matrix types in pseudo-destructor expressions (PR #117483)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 07:08:31 PST 2024


================
@@ -368,3 +368,36 @@ void test_use_matrix_2() {
 
   selector<2> r5 = use_matrix_3(m1);
 }
+
+// CHECK-LABEL: define void @_Z22test_pseudo_destructorv()
+// CHECK-NEXT: entry:
+// CHECK-NEXT:   %a = alloca [25 x double], align 8
----------------
erichkeane wrote:

I'm kinda sad/kinda glad that the bot went away.  The strip-names bot always caught people doing this :D 

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


More information about the cfe-commits mailing list