forked from OSchip/llvm-project
parent
53cf6b8444
commit
abd56bde0e
|
@ -78,8 +78,9 @@ protected:
|
|||
/// IsBTMemSlow - True if BT (bit test) of memory instructions are slow.
|
||||
bool IsBTMemSlow;
|
||||
|
||||
/// HasVectorUAMem - True if SIMD operations can have unaligned memory operands.
|
||||
/// This may require setting a feature bit in the processor.
|
||||
/// HasVectorUAMem - True if SIMD operations can have unaligned memory
|
||||
/// operands. This may require setting a feature bit in the
|
||||
/// processor.
|
||||
bool HasVectorUAMem;
|
||||
|
||||
/// DarwinVers - Nonzero if this is a darwin platform: the numeric
|
||||
|
|
Loading…
Reference in New Issue