[PATCH] D132700: [DSE] Add value type checks for masked store candidates in Dead Store Elimination
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 11:36:49 PDT 2022
nikic added inline comments.
================
Comment at: llvm/test/Transforms/DeadStoreElimination/masked-dead-store-no-merge.ll:3
+; RUN: opt -tbaa -dse -S < %s | FileCheck %s
+target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048"
+
----------------
`-tbaa` and datalayout should not be necessary here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132700/new/
https://reviews.llvm.org/D132700
More information about the llvm-commits
mailing list