[all-commits] [llvm/llvm-project] 8854b2: [x86] update fma test with deprecated intrinsics; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Mon May 17 08:07:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8854b27b198c1c499ca174369fcc649060afb075
https://github.com/llvm/llvm-project/commit/8854b27b198c1c499ca174369fcc649060afb075
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M llvm/test/CodeGen/X86/avx2-fma-fneg-combine.ll
Log Message:
-----------
[x86] update fma test with deprecated intrinsics; NFC
All of the CHECK lines should be identical to before,
but without any of the x86-specific calls that were
replaced with generic FMA long ago.
The file still has value because it shows a miscompile
as demonstrated in D90901, but we probably need to
add tests with FMF to make that explicit without
losing coverage.
More information about the All-commits
mailing list