[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the...
[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the immediate are 0 and the regular EVEX->VEX checks pass. Bits 7:4 control the scale part of the operation. If the scale is 0 the behavior is equivalent to VROUND. Fixes PR36246 llvm-svn: 324985
Loading
Please sign in to comment