This is a preparatory change as I want to use emitScalarToVector() elsewhere, and in general we want to transition to MIRBuilder instead of using BuildMI directly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM other than some formatting stuff which doesn't really matter. If clang-format did it, then I have no power to argue against it.
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp | ||
---|---|---|
1720–1722 ↗ | (On Diff #187871) | Did clang-format actually do this? |
2097–2100 ↗ | (On Diff #187871) | Formatting looks odd here? In my experience, clang-format would probably indent the .addWhatevers, but meh who knows |
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp | ||
---|---|---|
1720–1722 ↗ | (On Diff #187871) | clang-format works in mysterious ways. |
2097–2100 ↗ | (On Diff #187871) | I'll re-run it to check, but I think it did do that. |