llvm-project
8ee9646b - [LV] Simplify creation of vp.load/vp.store/vp.reduce intrinsics (#143804)

Commit
147 days ago
[LV] Simplify creation of vp.load/vp.store/vp.reduce intrinsics (#143804) The use of VectorBuilder here was simply obscuring what was actually going on. For vp.load and vp.store, the resulting code is significantly more idiomatic. For the vp.reduce cases, we remove several layers of indirection, including passing parameters via implicit state on the builder. In both cases, the code is significantly easier to follow.
Author
Parents
Loading