mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-21 03:05:26 -04:00
[AVX512] Update typo in comment
Should be "Sae" for "Suppress All Exceptions". NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -8790,7 +8790,7 @@ let Predicates = [HasVLX] in {
|
||||
(v4f32 (COPY_TO_REGCLASS FR32X:$src, VR128X)), 4)))), FR32X)) >;
|
||||
}
|
||||
|
||||
// Unordered/Ordered scalar fp compare with Sea and set EFLAGS
|
||||
// Unordered/Ordered scalar fp compare with Sae and set EFLAGS
|
||||
multiclass avx512_ord_cmp_sae<bits<8> opc, X86VectorVTInfo _,
|
||||
string OpcodeStr, X86FoldableSchedWrite sched> {
|
||||
let hasSideEffects = 0 in
|
||||
|
||||
Reference in New Issue
Block a user