[AVX-512] Don't assume that the rounding mode argument to intrinsics is a...
[AVX-512] Don't assume that the rounding mode argument to intrinsics is a constant. While clang will guarantee this, nothing in the backend will. A non-constant value will now result in an isel error instead of just asserting or crashing due to a bad cast during lowering. llvm-svn: 290532
Loading
Please register or sign in to comment