[llvm] [WebAssembly] Add pattern for relaxed laneselect (from bitselect simd) (PR #163807)
Jasmine Tang via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 16 12:49:38 PDT 2025
badumbatish wrote:
hmm, the hand written test case are using `-mattr=+simd128,+relaxed-simd` and thus cannot check if calling `@llvm.wasm.bitselect` can be lowered to bitselect anymore. We probably should update the test case with a different PR
https://github.com/llvm/llvm-project/pull/163807
More information about the llvm-commits
mailing list