[all-commits] [llvm/llvm-project] 3b49d2: [X86] Add clang codegen test coverage for #104848

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Aug 20 03:52:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b49d274e6f16d1c8db5f4557eb7866a4bafffa5
      https://github.com/llvm/llvm-project/commit/3b49d274e6f16d1c8db5f4557eb7866a4bafffa5
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
    A clang/test/CodeGen/X86/strictfp_patterns.c

  Log Message:
  -----------
  [X86] Add clang codegen test coverage for #104848


  Commit: 6dcce422ca06601f2b00e85cc18c745ede245ca6
      https://github.com/llvm/llvm-project/commit/6dcce422ca06601f2b00e85cc18c745ede245ca6
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-08-20 (Tue, 20 Aug 2024)

  Changed paths:
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/xmmintrin.h
    M clang/test/CodeGen/X86/strictfp_patterns.c

  Log Message:
  -----------
  [X86] Use correct fp immediate types in _mm_set_ss/sd

Avoids implicit sint_to_fp which wasn't occurring on strict fp codegen

Fixes #104848


Compare: https://github.com/llvm/llvm-project/compare/b3fa45b64265...6dcce422ca06

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list