[all-commits] [llvm/llvm-project] 38998c: [AMDGPU][GlobalISel] Fix subregister index for EXE...
Mirko BrkuĊĦanin via All-commits
all-commits at lists.llvm.org
Mon Jul 13 04:38:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 38998cfa9c1e887636a7ca7278b71fde5b19dd0e
https://github.com/llvm/llvm-project/commit/38998cfa9c1e887636a7ca7278b71fde5b19dd0e
Author: Mirko Brkusanin <Mirko.Brkusanin at amd.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ballot.i32.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ballot.i64.ll
Log Message:
-----------
[AMDGPU][GlobalISel] Fix subregister index for EXEC register in selectBallot.
Temporarily remove subregister for EXEC in selectBallot added in
https://reviews.llvm.org/D83214 to fix failures on expensive checks buildbot.
More information about the All-commits
mailing list