[all-commits] [llvm/llvm-project] 1b3861: Attributor: Convert some tests to opaque pointers
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 11 15:03:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b3861b7ae881bb3a243c23bb7299385e066e30e
https://github.com/llvm/llvm-project/commit/1b3861b7ae881bb3a243c23bb7299385e066e30e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M llvm/test/Transforms/Attributor/ArgumentPromotion/musttail.ll
M llvm/test/Transforms/Attributor/align.ll
M llvm/test/Transforms/Attributor/call-simplify-pointer-info.ll
M llvm/test/Transforms/Attributor/convergent.ll
M llvm/test/Transforms/Attributor/dereferenceable-2-inseltpoison.ll
M llvm/test/Transforms/Attributor/dereferenceable-2.ll
M llvm/test/Transforms/Attributor/value-simplify-reachability.ll
M llvm/test/Transforms/Attributor/value-simplify.ll
Log Message:
-----------
Attributor: Convert some tests to opaque pointers
Commit: 357d19a8fd8b710b5041f4a4b62536ab0d7b8250
https://github.com/llvm/llvm-project/commit/357d19a8fd8b710b5041f4a4b62536ab0d7b8250
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M llvm/test/Transforms/OpenMP/barrier_removal.ll
Log Message:
-----------
OpenMP: Convert some tests to opaque pointers
Commit: 88ba7b672403ff8c230d31f99b10fa012e02b485
https://github.com/llvm/llvm-project/commit/88ba7b672403ff8c230d31f99b10fa012e02b485
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M llvm/test/Transforms/Attributor/convergent.ll
Log Message:
-----------
Attributor: Don't pretend memcpy is convergent in a test
The declared attributes for recognized intrinsics do not matter and
are ignored. Split this test into a normal memcpy which is never
convergent, and one that uses an unrecognized convergent intrinsic
declaration.
Compare: https://github.com/llvm/llvm-project/compare/5671f023042b...88ba7b672403
More information about the All-commits
mailing list