[PATCH] D155082: [GlobalISel] Rename KnownBits field of InstructionSelector
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 06:22:13 PDT 2023
Pierre-vh created this revision.
Pierre-vh added reviewers: foad, arsenm.
Herald added subscribers: StephenFan, kerbowa, hiraditya, jvesely.
Herald added a project: All.
Pierre-vh requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
`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`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D155082
Files:
llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155082.539533.patch
Type: text/x-patch
Size: 5332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230712/c289701f/attachment.bin>
More information about the llvm-commits
mailing list