WebAssembly's shift instructions implicitly masks the shift count, so optimize
out redundant explicit masks of the shift count. For vector shifts, this
currently only works if the mask is applied before splatting the shift count,
but this should be addressed in a future commit. Resolves PR49655.
Details
Details
- Reviewers
aheejin dschuff - Commits
- rGf8c5a4c67075: [WebAssembly] Optimize out shift masks
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Are these _late functions yet to be optimized? If so How about adding TODO do make sure they are currently unoptimized?