[all-commits] [llvm/llvm-project] 301b0e: ValueTracking: Handle exp10 in computeKnownFPClass
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Sep 1 17:23:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 301b0e477b0882ef8f8e67c72edbcd304631472c
https://github.com/llvm/llvm-project/commit/301b0e477b0882ef8f8e67c72edbcd304631472c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-exp.ll
Log Message:
-----------
ValueTracking: Handle exp10 in computeKnownFPClass
It's the same as the other exps.
https://reviews.llvm.org/D157891
More information about the All-commits
mailing list