Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
21545 | nit: unnecessary curly braces | |
llvm/test/CodeGen/AArch64/sve-ld1r.ll | ||
1223 | What happens if the passthrough value is something else than undef? That would require a predicated mov to implement the merging, do we still want to use the pre/post increment in that case? |
Comment Actions
Address review comments:
- Remove superflous braces.
- Prefer indexed operations in the presence of a non-undef passthrough to a dup.
Comment Actions
- Fix test naming.
- Also cover the zero passthru case.
llvm/test/CodeGen/AArch64/sve-ld1r.ll | ||
---|---|---|
1223 | Thanks, this case is now covered by preindex_load_dup_passthru. |
nit: unnecessary curly braces