[PATCH] D46379: [ConstantFold] Turn off expression simplification for vector type
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 9 01:07:01 PDT 2018
lebedev.ri added inline comments.
================
Comment at: test/Transforms/LoopVectorize/X86/constant-fold.ll:1
+; RUN: opt -loop-vectorize -S -mtriple=x86_64-- -o - %s | FileCheck %s
+
----------------
1. Use `utils/update_test_checks.py`
2. Commit the patch with check-lines as of trunk.
3. Rebase the differential
Repository:
rL LLVM
https://reviews.llvm.org/D46379
More information about the llvm-commits
mailing list