As noted by @reames in https://reviews.llvm.org/D151211#4373404, we shouldn't
scalarize vector stores of constants if the store is volatile, or vector copies
if either the store or load are volatile.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo