[all-commits] [llvm/llvm-project] 666696: ValueTracking: Implement computeKnownFPClass for v...
CaprYang via All-commits
all-commits at lists.llvm.org
Wed May 17 15:40:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6666969a08001c37b564cdd9e8da7b5c7291788c
https://github.com/llvm/llvm-project/commit/6666969a08001c37b564cdd9e8da7b5c7291788c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-ceil.ll
M llvm/test/Transforms/Attributor/nofpclass-floor.ll
M llvm/test/Transforms/Attributor/nofpclass-nearbyint.ll
M llvm/test/Transforms/Attributor/nofpclass-rint.ll
M llvm/test/Transforms/Attributor/nofpclass-round.ll
M llvm/test/Transforms/Attributor/nofpclass-roundeven.ll
M llvm/test/Transforms/Attributor/nofpclass-trunc.ll
M llvm/test/Transforms/Attributor/nofree.ll
M llvm/test/Transforms/Attributor/willreturn.ll
Log Message:
-----------
ValueTracking: Implement computeKnownFPClass for various rounding intrinsics
Commit: dd61b63b5ca1c8a15013e2154bf3b30243df66bd
https://github.com/llvm/llvm-project/commit/dd61b63b5ca1c8a15013e2154bf3b30243df66bd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-fptrunc.ll
Log Message:
-----------
ValueTracking: Handle sign bit for fptrunc in computeKnownFPClass
Commit: 44096e6904e10bb313fef2f6aaff25c25d1325f7
https://github.com/llvm/llvm-project/commit/44096e6904e10bb313fef2f6aaff25c25d1325f7
Author: CaprYang <capryang at gmail.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
M llvm/test/Transforms/InferAddressSpaces/AMDGPU/icmp.ll
A llvm/test/Transforms/InferAddressSpaces/masked-gather-scatter.ll
A llvm/test/Transforms/InferAddressSpaces/vector-of-pointers.ll
Log Message:
-----------
[InferAddressSpaces] Handle vector of pointers type & Support intrinsic masked gather/scatter
Compare: https://github.com/llvm/llvm-project/compare/3d7903f1008f...44096e6904e1
More information about the All-commits
mailing list