Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
1,050 ms | x64 windows > MLIR.Examples/Toy/Ch6::jit.toy | |
910 ms | x64 windows > MLIR.Examples/Toy/Ch7::jit.toy |
Event Timeline
Comment Actions
Add support to widen call and select instructions in VPlan native path by using correct recipes when such instruction is encountered. This is already used by inner loop vectorizer. I modified my previously committed VPlan test to also test for the call instruction widening.
Previously call and select instructions get handled by the wrong recipe and resulted in unreachable instruction errors like this one: https://bugs.llvm.org/show_bug.cgi?id=48139.
Comment Actions
Accidentally duplicated this with arcanist. Original diff here: https://reviews.llvm.org/D97136