| commit | cfdfba996b081092814d9b0856fcb8b2e12f73e7 | [log] [tgz] |
|---|---|---|
| author | Tim Renouf <tpr.llvm@botech.co.uk> | Mon Mar 18 19:35:44 2019 +0000 |
| committer | Tim Renouf <tpr.llvm@botech.co.uk> | Mon Mar 18 19:35:44 2019 +0000 |
| tree | d748fb4f2debefc9a2f7a358095f9fc0a5f237ec | |
| parent | 2e94f6e584d9dc95701d54d5dd47fad84d5bf985 [diff] |
[AMDGPU] Asm/disasm clamp modifier on vop3 int arithmetic Allow the clamp modifier on vop3 int arithmetic instructions in assembly and disassembly. This involved adding a clamp operand to the affected instructions in MIR and MC, and thus having to fix up several places in codegen and MIR tests. Differential Revision: https://reviews.llvm.org/D59267 Change-Id: Ic7775105f02a985b668fa658a0cd7837846a534e llvm-svn: 356399