[PATCH] D126054: [InstCombine] Precommit test for D125750.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 05:41:17 PDT 2022
spatel added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/extractelement.ll:4-5
+; RUN: opt < %s -passes=instcombine -S -data-layout="E-n64" | FileCheck %s --check-prefixes=ANY,ANY64,BE64
+; RUN: opt < %s -passes=instcombine -S -data-layout="e-n128" | FileCheck %s --check-prefixes=ANY,ANY128,LE128
+; RUN: opt < %s -passes=instcombine -S -data-layout="E-n128" | FileCheck %s --check-prefixes=ANY,ANY128,BE128
----------------
In most of these tests, LE64 will be the same as LE128, and BE64 will be the same as BE128. Can we make common prefixes for those 2 pairs of runs?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126054/new/
https://reviews.llvm.org/D126054
More information about the llvm-commits
mailing list