[PATCH] D71828: [InstCombine] Convert vector store to scalar store if only one element updated

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 00:43:16 PST 2019


RKSimon added subscribers: jdoerfert, RKSimon.
RKSimon added a reviewer: jdoerfert.
RKSimon added a comment.

@spatel @jdoerfert Should/could we use attributor to keep track of the 'storeable' memory range?



================
Comment at: llvm/test/Transforms/InstCombine/single-element-store.ll:1
+; RUN: opt < %s -instcombine -S | FileCheck %s
+
----------------
Regenerate with update_test_checks.py ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71828/new/

https://reviews.llvm.org/D71828





More information about the llvm-commits mailing list