blob: 026ed5ed53f0e20611b59e47b55baeb4ccf2053f [file] [log] [blame] [edit]
; RUN: llc -denormal-fp-math=dynamic --denormal-fp-math-f32=preserve-sign -stop-after=finalize-isel < %s | FileCheck %s
; Check that the command line flag annotates the IR with the
; appropriate attributes.
; CHECK: attributes #0 = { denormal_fpenv(dynamic, float: preservesign) }
define float @foo(float %var) {
ret float %var
}