aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-08-18 15:35:53 +0000
committerAiden Grossman <aidengrossman@google.com>2025-08-18 15:37:25 +0000
commit17f5f5ba55972d1078ca24861d12ea8ffbeef9e2 (patch)
treeffd02836bc316c08521015dec108e9b93f6c9537 /clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
parent07738545758be942cb674254ed4bc6d12db48563 (diff)
downloadllvm-17f5f5ba55972d1078ca24861d12ea8ffbeef9e2.zip
llvm-17f5f5ba55972d1078ca24861d12ea8ffbeef9e2.tar.gz
llvm-17f5f5ba55972d1078ca24861d12ea8ffbeef9e2.tar.bz2
[X86] Avoid Register implicit int conversion
PushedRegisters in this patch needs to be of type int64_t because iot is grabbing registers from immediate operands of pseudo instructions. However, we then compare to an actual register type later, which relies on the implicit conversion within Register to int, which can result in build failures in some configurations.
Diffstat (limited to 'clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp')
0 files changed, 0 insertions, 0 deletions