[llvm] [DAG] Teach SelectionDAGBuilder to read parameter alignment of compressstore/expandload. (PR #83763)

Yeting Kuo via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 00:28:16 PST 2024


================
@@ -0,0 +1,33 @@
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -start-after=codegenprepare -stop-before finalize-isel | FileCheck %s
----------------
yetingk wrote:

This file is almost copied from originally existed file llvm/test/CodeGen/X86/masked_expandload_isel.ll. I think the reason is to avoid ScalarizeMaskedMemIntrin pass scalarizing the intrinsic.

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


More information about the llvm-commits mailing list