[PATCH] D41599: [X86] Lowering X86 avx512 sqrt intrinsics to IR - LLVM
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 10:22:01 PDT 2018
craig.topper added inline comments.
================
Comment at: test/CodeGen/X86/avx512-intrinsics-upgrade.ll:4
+declare <4 x float> @llvm.x86.avx512.mask.sqrt.ss(<4 x float>, <4 x float>, <4 x float>, i8, i32) nounwind readnone
+
----------------
This patch doesn't appear to have removed the scalar intrinsics. I dont' see any AutoUpgrade code or removal from X86InstrinsicsInfo.h
Repository:
rL LLVM
https://reviews.llvm.org/D41599
More information about the llvm-commits
mailing list