diff options
Diffstat (limited to 'lib/Target/X86/X86.h')
| -rw-r--r-- | lib/Target/X86/X86.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Target/X86/X86.h b/lib/Target/X86/X86.h index 91201d1fec85a..5631648d2dc89 100644 --- a/lib/Target/X86/X86.h +++ b/lib/Target/X86/X86.h @@ -92,9 +92,13 @@ FunctionPass *createX86CmovConverterPass(); /// the upper portions of registers, and to save code size. FunctionPass *createX86FixupBWInsts(); +/// Return a Machine IR pass that reassigns instruction chains from one domain +/// to another, when profitable. +FunctionPass *createX86DomainReassignmentPass(); + void initializeFixupBWInstPassPass(PassRegistry &); -/// This pass replaces EVEX ecnoded of AVX-512 instructiosn by VEX +/// This pass replaces EVEX encoded of AVX-512 instructiosn by VEX /// encoding when possible in order to reduce code size. FunctionPass *createX86EvexToVexInsts(); |
