[all-commits] [llvm/llvm-project] 5e4e8d: AMDGPU/GlobalISel: Change intrinsic ID for _L to _...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 1 10:03:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5e4e8d038820ab28050c8f242830cb00d5dc2f1a
https://github.com/llvm/llvm-project/commit/5e4e8d038820ab28050c8f242830cb00d5dc2f1a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/MIMGInstructions.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.sample.ltolz.a16.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.sample.ltolz.ll
Log Message:
-----------
AMDGPU/GlobalISel: Change intrinsic ID for _L to _LZ opt
Still should handle the other case changes the opcode this way.
Commit: 68e283940a31378e0e61f6f7bbbdfbb3af74794a
https://github.com/llvm/llvm-project/commit/68e283940a31378e0e61f6f7bbbdfbb3af74794a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.sample.ltolz.ll
Log Message:
-----------
AMDGPU/GlobalISel: Switch test to checking final ISA
The naming convention is for unprefixed .ll tests to check the final
ISA instructions.
Compare: https://github.com/llvm/llvm-project/compare/f08df464ae89...68e283940a31
More information about the All-commits
mailing list