[all-commits] [llvm/llvm-project] 333c96: [x86] update fma test with deprecated intrinsics; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Wed May 19 11:05:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 333c968d40039d261315efd3412d166672465a88
      https://github.com/llvm/llvm-project/commit/333c968d40039d261315efd3412d166672465a88
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-05-19 (Wed, 19 May 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/fma-fneg-combine.ll

  Log Message:
  -----------
  [x86] update fma test with deprecated intrinsics; NFC

Similar to 8854b27 -

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