Change to not generate truncate instructions if all use of a truncate
operation don't care about higher bits. For example, an i32 add
instruction doesn't care about higher 32 bits in 64 bit registers.
Updates regression tests also.
Details
Details
- Reviewers
simoll k-ishizaka - Commits
- rGf92e0d938476: [VE] Optimize trunc related instructions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo