Removes patterns that were not doing useful work, changes the
default extract instructions to be the unsigned versions now that
they are enabled by default, fixes PR44988, and adds tests for
sext_inreg lowering.
Details
Details
- Reviewers
aheejin - Commits
- rG0906dca493b3: [WebAssembly] Simplify extract_vector lowering
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This part has kind of complicated history and I hope this can be simplified someday 😂... Btw can the test case be simplified? Do we need all that code to generate the pattern?
Comment Actions
@aheejin I more or less rewrote this, so if you could take another look that would be great.