[all-commits] [llvm/llvm-project] c5c1bb: GlobalISel: Lower G_WRITE_REGISTER
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 29 06:48:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c5c1bb33747a556a4d3cd12eeaba9146e7c6068f
https://github.com/llvm/llvm-project/commit/c5c1bb33747a556a4d3cd12eeaba9146e7c6068f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/write_register.ll
Log Message:
-----------
GlobalISel: Lower G_WRITE_REGISTER
Commit: a9af1dc34d33762751958a91aa8b82b856c2077a
https://github.com/llvm/llvm-project/commit/a9af1dc34d33762751958a91aa8b82b856c2077a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/lib/Analysis/Loads.cpp
Log Message:
-----------
Analysis: Add max recursison to isDereferenceableAndAlignedPointer
Fixes stack overflow in test/CodeGen/X86/large-gep-chain.ll when store
lowering starts adding dereferenceable flags.
Compare: https://github.com/llvm/llvm-project/compare/2103e08b3f61...a9af1dc34d33
More information about the All-commits
mailing list