[llvm] [SelectionDAG] Use unaligned store to move AVX registers onto stack for `extractelement` (PR #78422)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 02:37:02 PST 2024


================
@@ -0,0 +1,23 @@
+; RUN: llc < %s  | FileCheck %s
----------------
arsenm wrote:

Use -mtriple, and remove the triple/datalayout from the IR 

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


More information about the llvm-commits mailing list