[all-commits] [llvm/llvm-project] 3c3017: [GlobalISel] Rename KnownBits field of Instruction...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Wed Jul 12 06:28:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c30179e9886eb23672427eab12df72971de992d
https://github.com/llvm/llvm-project/commit/3c30179e9886eb23672427eab12df72971de992d
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
Log Message:
-----------
[GlobalISel] Rename KnownBits field of InstructionSelector
`KnownBits` is also a type name. Having a field with this name
prevents derived classes from using the `KnownBits` type unless they use `struct KnownBits`.
Reviewed By: foad
Differential Revision: https://reviews.llvm.org/D155082
More information about the All-commits
mailing list