[PATCH] D125680: Correctly legalise stackmap operands

Edd Barrett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 06:34:32 PDT 2022


vext01 added inline comments.


================
Comment at: llvm/test/CodeGen/X86/selectiondag-stackmap-legalize.ll:84
+    i128 66)
+  ret i32 0
+}
----------------
arsenm wrote:
> Is it worth testing vectors?
We spoke on IRC, but for the others, vector support for stackmaps is currently broken, so I've made no attempt to address them for now.

https://github.com/llvm/llvm-project/issues/55613


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125680/new/

https://reviews.llvm.org/D125680



More information about the llvm-commits mailing list