[all-commits] [llvm/llvm-project] 1b235b: ValueTracking: Add baseline tests for fcmp with no...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Sep 11 10:05:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b235b087ba218304973a92d781e6a3ac3b468df
https://github.com/llvm/llvm-project/commit/1b235b087ba218304973a92d781e6a3ac3b468df
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M llvm/test/Transforms/Attributor/nofpclass-implied-by-fcmp.ll
A llvm/test/Transforms/InstSimplify/assume-fcmp-constant-implies-class.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
Log Message:
-----------
ValueTracking: Add baseline tests for fcmp with non-0/inf constants
Currently assumes only do anything for fcmps that perform an exact
class test.
More information about the All-commits
mailing list