[all-commits] [llvm/llvm-project] 61e082: [llvm][clang] Remove uses of isOpaquePointerTy() (...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jul 14 01:28:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61e0822efab14dd922f9c3ee479a0a51952526d9
https://github.com/llvm/llvm-project/commit/61e0822efab14dd922f9c3ee479a0a51952526d9
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M clang/lib/CodeGen/CGCall.h
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/FuzzMutate/Operations.cpp
M llvm/lib/FuzzMutate/RandomIRBuilder.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/Transforms/Coroutines/Coroutines.cpp
M llvm/lib/Transforms/Scalar/GVN.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/tools/llvm-stress/llvm-stress.cpp
Log Message:
-----------
[llvm][clang] Remove uses of isOpaquePointerTy() (NFC)
This now always returns true (for pointer types).
More information about the All-commits
mailing list