[all-commits] [llvm/llvm-project] 07815f: [X86] Add test cases for missing propagation of fp...
topperc via All-commits
all-commits at lists.llvm.org
Fri Dec 20 15:55:33 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07815fc1b72e68ab7e0ed2bad176ca6addf9463c
https://github.com/llvm/llvm-project/commit/07815fc1b72e68ab7e0ed2bad176ca6addf9463c
Author: Craig Topper <craig.topper at intel.com>
Date: 2019-12-20 (Fri, 20 Dec 2019)
Changed paths:
A llvm/test/CodeGen/X86/fp-intrinsics-flags-x86_64.ll
A llvm/test/CodeGen/X86/fp-intrinsics-flags.ll
A llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics-flags.ll
Log Message:
-----------
[X86] Add test cases for missing propagation of fpexcept flag on strict fp operations. NFC
The flag is being lost during type legalization or lowering. This
covers some of the cases. I'm sure there are many missing.
More information about the All-commits
mailing list