[all-commits] [llvm/llvm-project] 4a9a48: AMDGPU: Convert test to MIR
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Sep 1 08:01:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a9a4885aef9529788cc32999f998254a3730179
https://github.com/llvm/llvm-project/commit/4a9a4885aef9529788cc32999f998254a3730179
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
R llvm/test/CodeGen/AMDGPU/branch-relaxation-debug-info.ll
A llvm/test/CodeGen/AMDGPU/branch-relaxation-debug-info.mir
Log Message:
-----------
AMDGPU: Convert test to MIR
Currently the dbg_value ends up in the relaxed branch block. A future
commit will push the dbg_value out of this block, and I'm not sure how
to coax the IR into producing the same MIR at the relevant point.
Commit: 7f5b4eaae4892539f2c4c1e32c61b297363c7341
https://github.com/llvm/llvm-project/commit/7f5b4eaae4892539f2c4c1e32c61b297363c7341
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
Log Message:
-----------
AMDGPU: Check some offsets in test
This will make updating the checks easier in a future change.
Commit: 0f42d185346a5c383cf4d30e02c68b39440ed9dd
https://github.com/llvm/llvm-project/commit/0f42d185346a5c383cf4d30e02c68b39440ed9dd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M llvm/test/CodeGen/PowerPC/p9-vinsert-vextract.ll
M llvm/test/CodeGen/PowerPC/vsx-args.ll
Log Message:
-----------
PowerPC: Switch test to generated checks
Compare: https://github.com/llvm/llvm-project/compare/c831a14aa16a...0f42d185346a
More information about the All-commits
mailing list