Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AArch64/sve-insert-element.ll | ||
---|---|---|
372 | This looks messy, but I guess it's actually a surprisingly hard operation to implement in the general case. I guess you might be able to save an instruction or two here, but probably can't get it a lot shorter. Could you include a couple testcases where idx and/or elt are constants, just to get an idea what that looks like? |
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
10158 | Can you please run clang-format on this? |
nit: