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
- rG LLVM Github Monorepo
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 | Did clang-format actually do this? | |
2097–2100 | Formatting looks odd here? In my experience, clang-format would probably indent the .addWhatevers, but meh who knows |
Did clang-format actually do this?