[all-commits] [llvm/llvm-project] 59bc23: [NFC][AMDGPU] Replace more direct arch comparison ...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Fri Mar 14 12:09:04 PDT 2025
Branch: refs/heads/users/shiltian/use-isamdgcn-to-replace-direct-compare-more
Home: https://github.com/llvm/llvm-project
Commit: 59bc234d4a5c343e093417150688a3231a230961
https://github.com/llvm/llvm-project/commit/59bc234d4a5c343e093417150688a3231a230961
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-03-14 (Fri, 14 Mar 2025)
Changed paths:
M clang/include/clang/Driver/ToolChain.h
M clang/lib/Basic/Targets/AMDGPU.h
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Frontend/CompilerInvocation.cpp
M llvm/include/llvm/TargetParser/Triple.h
M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
Log Message:
-----------
[NFC][AMDGPU] Replace more direct arch comparison with isAMDGCN()
This is an extension of #131357. Hopefully this would be the last one.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list