[PATCH] D51428: SLPVectorizer: Fix assert with different sized address spaces

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 31 06:27:01 PDT 2018


ABataev added inline comments.


================
Comment at: test/Transforms/SLPVectorizer/AMDGPU/address-space-ptr-sze-gep-index-assert.ll:1
+; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -slp-vectorizer -slp-threshold=-18 < %s | FileCheck %s
+
----------------
Use `utils/update_test_checks.py` to generate correct checks for the test


https://reviews.llvm.org/D51428





More information about the llvm-commits mailing list