Adds logic to handle V128RegClass wherever possible. It is still not
handled in selectSelect in WebAssemblyFastISel, but there is no v128
select, so that would be more complicated anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22662 Build 22662: arc lint + arc unit
Event Timeline
Comment Actions
Are there tests that trigger these? It might make sense to add a case at least to the explicit locals and reg stackify. Probably fast-isel support should be a separate change (you can take the existing SIMD tests and run the same test, forcing fast-isel as some of the other tests do)
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | ||
---|---|---|
123 | Do we have a test for this? |
Do we have a test for this?