[all-commits] [llvm/llvm-project] 1503d1: [X86] Use correct fp immediate types in _mm_set_ss/sd
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Aug 26 00:18:23 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 1503d18171e569996bf3e107364b1f0fd5f750e9
https://github.com/llvm/llvm-project/commit/1503d18171e569996bf3e107364b1f0fd5f750e9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/xmmintrin.h
A 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
(cherry picked from commit 6dcce422ca06601f2b00e85cc18c745ede245ca6)
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