forked from OSchip/llvm-project
[AMDGPU] copy OtherPredicates from pseudo to VOP3_Real
Differential Revision: https://reviews.llvm.org/D68102 llvm-svn: 373015
This commit is contained in:
parent
3a5ca1c8b5
commit
486cd9a90d
|
|
@ -147,6 +147,7 @@ class VOP3_Real <VOP_Pseudo ps, int EncodingFamily> :
|
|||
|
||||
// copy relevant pseudo op flags
|
||||
let SubtargetPredicate = ps.SubtargetPredicate;
|
||||
let OtherPredicates = ps.OtherPredicates;
|
||||
let AsmMatchConverter = ps.AsmMatchConverter;
|
||||
let AsmVariantName = ps.AsmVariantName;
|
||||
let Constraints = ps.Constraints;
|
||||
|
|
|
|||
Loading…
Reference in New Issue