[all-commits] [llvm/llvm-project] 2affdc: ValueTracking: Add baseline test for computeKnownF...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Apr 14 13:18:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2affdc41f30f9cb77a3d659081c95468174749d9
https://github.com/llvm/llvm-project/commit/2affdc41f30f9cb77a3d659081c95468174749d9
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
A llvm/test/Transforms/Attributor/nofpclass-canonicalize.ll
Log Message:
-----------
ValueTracking: Add baseline test for computeKnownFPClass for canonicalize
Commit: e2d68c2fa47c260e1a640a2d2595a7f6d6fe5a48
https://github.com/llvm/llvm-project/commit/e2d68c2fa47c260e1a640a2d2595a7f6d6fe5a48
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-canonicalize.ll
Log Message:
-----------
ValueTracking: Implement computeKnownFPClass for canonicalize
Compare: https://github.com/llvm/llvm-project/compare/909344c7ac4d...e2d68c2fa47c
More information about the All-commits
mailing list