Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Something that I've been wondering about is whether SelectionDAG::isSplatValue should be moved to TLI to make it possible to peek through target opcodes as well to help identify more splats/broadcasts - have you noticed anything that might benefit?
Comment Actions
Note that this does not appear to have test coverage before it's parent patch.
That does sound plausible.
- have you noticed anything that might benefit?
I don't really know, but the change doesn't seem too intrusive so i suppose i could just try doing that and seeing the fallout.