summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Attributor/nofree.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2023-04-09 07:13:26 -0400
committerMatt Arsenault <arsenm2@gmail.com>2023-05-17 23:40:05 +0100
commit6666969a08001c37b564cdd9e8da7b5c7291788c (patch)
tree181e389902221c3933c74ae7e2d6c22749812ef6 /llvm/test/Transforms/Attributor/nofree.ll
parent3d7903f1008febc80cb104eedcbcd31d2690839f (diff)
downloadllvm-6666969a08001c37b564cdd9e8da7b5c7291788c.tar.gz
ValueTracking: Implement computeKnownFPClass for various rounding intrinsics
Diffstat (limited to 'llvm/test/Transforms/Attributor/nofree.ll')
-rw-r--r--llvm/test/Transforms/Attributor/nofree.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Attributor/nofree.ll b/llvm/test/Transforms/Attributor/nofree.ll
index d755e4d43c8a..e09ca612cb96 100644
--- a/llvm/test/Transforms/Attributor/nofree.ll
+++ b/llvm/test/Transforms/Attributor/nofree.ll
@@ -258,7 +258,7 @@ define float @call_floor2(float %a) #0 {
; CHECK: Function Attrs: nofree noinline norecurse nosync nounwind willreturn memory(none) uwtable
; CHECK-LABEL: define {{[^@]+}}@call_floor2
; CHECK-SAME: (float [[A:%.*]]) #[[ATTR3]] {
-; CHECK-NEXT: [[C:%.*]] = tail call float @llvm.floor.f32(float [[A]]) #[[ATTR11:[0-9]+]]
+; CHECK-NEXT: [[C:%.*]] = tail call nofpclass(sub) float @llvm.floor.f32(float [[A]]) #[[ATTR11:[0-9]+]]
; CHECK-NEXT: ret float [[C]]
;
%c = tail call float @llvm.floor.f32(float %a)