[all-commits] [llvm/llvm-project] 7d7c82: Convert unit test to opaque pointers
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed May 24 00:49:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d7c82ad840144036bfeb888e6452371693f8baa
https://github.com/llvm/llvm-project/commit/7d7c82ad840144036bfeb888e6452371693f8baa
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M llvm/unittests/Transforms/Utils/LoopRotationUtilsTest.cpp
Log Message:
-----------
Convert unit test to opaque pointers
Commit: abf1abbfbef5c826978e19df44f518dc73dcebfa
https://github.com/llvm/llvm-project/commit/abf1abbfbef5c826978e19df44f518dc73dcebfa
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M llvm/test/Transforms/Inline/inline_inv_group.ll
Log Message:
-----------
Inline: Convert test to generated checks
Commit: 0fe83eb5c37b632d1b7e545d6e108f9b1852050a
https://github.com/llvm/llvm-project/commit/0fe83eb5c37b632d1b7e545d6e108f9b1852050a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
AMDGPU: Drop FP_ROUND second value check
This doesn't mean what I thought it meant and is an optimization
hint flag.
Commit: 7738db3afaaa980821d34bf42f3ce34f57f8e49d
https://github.com/llvm/llvm-project/commit/7738db3afaaa980821d34bf42f3ce34f57f8e49d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-sqrt.ll
Log Message:
-----------
ValueTracking: Handle constrained_sqrt in computeKnownFPClass
With this, the body of CannotBeNegativeZero can be dropped.
Compare: https://github.com/llvm/llvm-project/compare/1c9a8004ed88...7738db3afaaa
More information about the All-commits
mailing list