mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[X86] Use 'UseAVX' in place of 'HasAVX, NoAVX512'. NFC
They mean the same thing, but 'HasAVX, NoAVX512' only appears in this one place. Every other place uses UseAVX. llvm-svn: 355808
This commit is contained in:
parent
09521cbc83
commit
e2b87ac773
@ -5801,7 +5801,7 @@ let Predicates = [HasAVX, NoVLX] in {
|
||||
VEX, VEX_L, VEX_WIG;
|
||||
}
|
||||
}
|
||||
let Predicates = [HasAVX, NoAVX512] in {
|
||||
let Predicates = [UseAVX] in {
|
||||
defm VROUND : sse41_fp_binop_s<0x0A, 0x0B, "vround", SchedWriteFRnd.Scl,
|
||||
v4f32, v2f64, X86RndScales, 0>,
|
||||
VEX_4V, VEX_LIG, VEX_WIG;
|
||||
|
Loading…
Reference in New Issue
Block a user