[all-commits] [llvm/llvm-project] 95605b: AMDGPU/GlobalISel: Implement computeKnownAlignForT...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 18 14:40:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95605b784b350b9c51fd4f15f312b50566cab30d
https://github.com/llvm/llvm-project/commit/95605b784b350b9c51fd4f15f312b50566cab30d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.h
M llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp
Log Message:
-----------
AMDGPU/GlobalISel: Implement computeKnownAlignForTargetInstr
We probably need to move where intrinsics are lowered to copies to
make this useful.
More information about the All-commits
mailing list