[all-commits] [llvm/llvm-project] dfec4e: Use object directly instead of accessing ArrayRef ...
Martin Wehking via All-commits
all-commits at lists.llvm.org
Fri Mar 1 05:45:55 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfec4ef1a2ff8dc6685594813bcf14c27db9d5bc
https://github.com/llvm/llvm-project/commit/dfec4ef1a2ff8dc6685594813bcf14c27db9d5bc
Author: Martin Wehking <martin.wehking at codeplay.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
Log Message:
-----------
Use object directly instead of accessing ArrayRef (#83263)
Use RegOp directly inside debug code to silence a static analyzer that
warns about accessing it through its ArrayRef wrapper.
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