aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
diff options
context:
space:
mode:
authorJohannes Reifferscheid <jreiffers@google.com>2024-06-28 07:31:33 +0200
committerGitHub <noreply@github.com>2024-06-28 07:31:33 +0200
commit52216349b6faf41351f4bd370439031c416b8f9b (patch)
treebcb4bc1c57b20bdc851e0be0e8012dd9afd6d2ae /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
parentfcffb2c0240bb3a08b3e14486ea6abd23fa2c44f (diff)
downloadllvm-52216349b6faf41351f4bd370439031c416b8f9b.zip
llvm-52216349b6faf41351f4bd370439031c416b8f9b.tar.gz
llvm-52216349b6faf41351f4bd370439031c416b8f9b.tar.bz2
Do not trigger UB during AffineExpr parsing. (#96896)
Currently, parsing expressions that are undefined will trigger UB during compilation (e.g. `9223372036854775807 * 2`). This change instead leaves the expressions as they were. This change is an NFC for compilations that did not previously involve UB.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions