[all-commits] [llvm/llvm-project] 23b0df: [AMDGPU] Remove BoolToList class
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Mar 13 02:23:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23b0df72d272015f72800980dc029cca5bd991f0
https://github.com/llvm/llvm-project/commit/23b0df72d272015f72800980dc029cca5bd991f0
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/BUFInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
Log Message:
-----------
[AMDGPU] Remove BoolToList class
Replace all:
foreach _ = BoolToList<cond>.ret in
with:
if cond then
Thanks to Philip Reames for D145711 which enabled this.
More information about the All-commits
mailing list