[all-commits] [llvm/llvm-project] 8bc790: [AArch64][FPenv] Update chain of int to fp conversion
dnsampaio via All-commits
all-commits at lists.llvm.org
Fri Feb 14 21:07:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8bc790f9e6a6fc6d8fe8f41a7120269366fa0957
https://github.com/llvm/llvm-project/commit/8bc790f9e6a6fc6d8fe8f41a7120269366fa0957
Author: Diogo Sampaio <diogo.sampaio at arm.com>
Date: 2020-02-15 (Sat, 15 Feb 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
A llvm/test/CodeGen/AArch64/strict-fp-int-promote.ll
Log Message:
-----------
[AArch64][FPenv] Update chain of int to fp conversion
Summary:
When using strict fp, it is required to update the
chain when performing integer type promotion of a
operand to a integer to floating point conversion.
Reviewers: craig.topper, john.brawn
Reviewed By: craig.topper
Subscribers: kristof.beyls, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74597
More information about the All-commits
mailing list