This Fixes https://bugs.llvm.org/show_bug.cgi?id=33600
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7614 Build 7614: 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?
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.