[all-commits] [llvm/llvm-project] 4e607e: [SCCP] Flip range arguments for NSW region check.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jan 30 10:04:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e607ec498786039f1edb8f5fb4834311402e07d
https://github.com/llvm/llvm-project/commit/4e607ec498786039f1edb8f5fb4834311402e07d
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Utils/SCCPSolver.cpp
Log Message:
-----------
[SCCP] Flip range arguments for NSW region check.
This brings the operand order in line with the NUW handling, which was
missed out in 72121a20cda4dc91d0ef5548f930.
At the moment this is NFC as we only additions, but it
should fix miscompiles with 024115ab14822a recommitted.
More information about the All-commits
mailing list