User Details
- User Since
- Mar 2 2022, 12:56 AM (65 w, 1 d)
Apr 20 2023
This is a proposal how we could extend global fadd atomic builtins support for gfx908
Mar 30 2023
Add tests for gfx908 with unsupported instructions.
Mar 29 2023
Mar 24 2023
Mar 23 2023
Put back Real Instructions under SubtargetPredicate associated with gfx generation.
Changes after review.
Jan 23 2023
Jan 22 2023
Jan 19 2023
Jan 18 2023
Jan 17 2023
Jan 16 2023
Nov 28 2022
Oct 18 2022
Oct 12 2022
Closing this review. This issue will be fixed in review : https://reviews.llvm.org/D135744
This change is fixing my issue. Thanks !
I will close my review.
Oct 10 2022
Sorry for not providing more details.
These tests may fail if zlib is installed on the system, but front end is explicitly disabling LLVM_ENABLE_ZLIB in cmake, then LIT tests will fail with information that LLVM_ENABLE_ZLIB has been disabled.
Oct 7 2022
May 4 2022
Apr 28 2022
Apr 27 2022
Compare pointers of OldIntr and InstToRemove instead of using isIdenticalTo.
Apr 26 2022
In last version (which was merged and reverted) I made a mistake at the end
of modifyIntrinsicCall function where I was doing operations on removed
instruction (InstToReplace).
This change was merged to main and later reverted because of memory-sanitizer failing tests. I'm re-opening this review to publish updated version of the change.
Apr 25 2022
I don't have commit access, can anyone merge this patch for me, please?
Apr 22 2022
Changes after review