This Fixes https://bugs.llvm.org/show_bug.cgi?id=33600
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7617 Build 7617: arc lint + arc unit
Event Timeline
Comment Actions
Hi Dehao,
Thanks for fixing this. Can you move the test to Transforms/InterleavedAccess/AArch64/interleaved-accesses.ll and add some appropriate CHECK lines to make sure we're generating the correct code?
test/CodeGen/AArch64/pr33600.ll | ||
---|---|---|
1 ↗ | (On Diff #104011) | Please actually run the output through FileCheck. This kind of test in particular you can almost certainly generate nice checks with the utils/update_llc_test_checks.py script. |
1 ↗ | (On Diff #104011) | Ignore this, I should learn to refresh my browser. Sorry for the noise. |