Changing all mnemonic to match assembly instructions to simplify mnemonic
naming rules. This time update all fixed-point arithmetic instructions.
This also corrects smax/smin code generations.
Details
Details
- Reviewers
simoll k-ishizaka - Commits
- rG7a7f22304289: [VE] Update integer arithmetic instructions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice! This also fixes code generation for the smin/smax pattern. Could you mention that in the commit message? The patch itself LGTM.