G_EXTRACT_VECTOR_ELT instructions with non-constant indices are not
selected, so they need to be lowered.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 60,030 ms | x64 debian > MLIR.Examples/standalone::test.toy | 
Event Timeline
Comment Actions
Addressed @aemerson comment.
Added end-to-end IR test. Additionally, removed duplicated if condition in customIf clause.