[all-commits] [llvm/llvm-project] 3f77df: AMDGPU: Update baseline test checks
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Sep 19 15:57:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f77df8e29989c15c04c5ab628f12871a5ae2bc0
https://github.com/llvm/llvm-project/commit/3f77df8e29989c15c04c5ab628f12871a5ae2bc0
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i16.ll
M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i8.ll
Log Message:
-----------
AMDGPU: Update baseline test checks
Commit: 0d8ffcc532ebd1ec5c7f69313be53274d140f72f
https://github.com/llvm/llvm-project/commit/0d8ffcc532ebd1ec5c7f69313be53274d140f72f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M llvm/include/llvm/Analysis/Loads.h
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
M llvm/lib/Transforms/Utils/LoopPeel.cpp
Log Message:
-----------
Analysis: Add AssumptionCache argument to isDereferenceableAndAlignedPointer
This does not try to pass it through from the end users.
Compare: https://github.com/llvm/llvm-project/compare/6772987fc328...0d8ffcc532eb
More information about the All-commits
mailing list