[all-commits] [llvm/llvm-project] 608ac6: [AMDGPU] Fix use of HasModifiers in VopProfile
Mirko BrkuĊĦanin via All-commits
all-commits at lists.llvm.org
Tue Jan 26 06:28:41 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 608ac62540addfb5ee425cf407bafffb40fd3f06
https://github.com/llvm/llvm-project/commit/608ac62540addfb5ee425cf407bafffb40fd3f06
Author: Mirko Brkusanin <Mirko.Brkusanin at amd.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
Log Message:
-----------
[AMDGPU] Fix use of HasModifiers in VopProfile
HasModifiers should be true if at least one modifier is used.
This should make the use of this field bit more consistent.
Differential Revision: https://reviews.llvm.org/D94795
More information about the All-commits
mailing list