This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Propagate alignment annotations to LLVM loads and stores.
AbandonedPublic

Authored by timshen on Jan 23 2020, 2:24 PM.

Diff Detail

Event Timeline

timshen created this revision.Jan 23 2020, 2:24 PM
timshen updated this revision to Diff 240016.Jan 23 2020, 2:32 PM

Backport.

timshen updated this revision to Diff 240017.Jan 23 2020, 2:34 PM

Fix an arc mistake.

Unit tests: unknown.

clang-tidy: unknown.

clang-format: unknown.

Build artifacts: diff.json, console-log.txt

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

Unit tests: fail. 62144 tests passed, 7 failed and 811 were skipped.

failed: MLIR.Conversion/StandardToLLVM/convert-memref-ops.mlir
failed: MLIR.Transforms/memref-normalize.mlir
failed: libc++.std/language_support/cmp/cmp_partialord/partialord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongeq/cmp.strongeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongord/strongord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakeq/cmp.weakeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakord/weakord.pass.cpp

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

Unit tests: fail. 62144 tests passed, 7 failed and 811 were skipped.

failed: MLIR.Conversion/StandardToLLVM/convert-memref-ops.mlir
failed: MLIR.Transforms/memref-normalize.mlir
failed: libc++.std/language_support/cmp/cmp_partialord/partialord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongeq/cmp.strongeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongord/strongord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakeq/cmp.weakeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakord/weakord.pass.cpp

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

timshen planned changes to this revision.Jan 26 2020, 8:08 PM
timshen abandoned this revision.Feb 24 2020, 8:23 PM