[mlir][vector] Propagate alignment when emulating masked{load,stores}. (#155648)

Propagate alignment from `vector.maskedload` and `vector.maskedstore` to
`memref.load` and `memref.store` during `VectorEmulateMaskedLoadStore`
pass.

GitOrigin-RevId: c5e6d56f01732661b0b12159543356035d251d3e
2 files changed
tree: aae948f5e81b21950f818fa10f3c68bf2e7f6712
  1. benchmark/
  2. cmake/
  3. docs/
  4. examples/
  5. include/
  6. lib/
  7. python/
  8. test/
  9. tools/
  10. unittests/
  11. utils/
  12. .clang-format
  13. .clang-tidy
  14. CMakeLists.txt
  15. LICENSE.TXT
  16. Maintainers.md
  17. README.md
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.