Produce a splat build_vector similar to how
SelectionDAG::getConstant does.
Details
Details
- Reviewers
aditya_nandakumar aemerson volkan
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Could you please add a test case for the vector build constant case? I suspect unless there is already a target to use this, unit test might be the only way.
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | ||
---|---|---|
260 | Any reason for not using buildBuildVector here? |
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | ||
---|---|---|
260 | It seemed less convenient to create the vector of arguments than to just add them directly |
Any reason for not using buildBuildVector here?