clang recently started checking for INT64_MIN being passed to 64-bit std::abs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,050 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Paths
| Differential D158304
[RISCV] Fix a UBSAN failure for passing INT64_MIN to std::abs. ClosedPublic Authored by craig.topper on Aug 18 2023, 12:16 PM.
Details Summary clang recently started checking for INT64_MIN being passed to 64-bit std::abs.
Diff Detail
Unit TestsFailed
Event TimelineThis revision is now accepted and ready to land.Aug 18 2023, 12:34 PM This revision was landed with ongoing or failed builds.Aug 18 2023, 12:47 PM Closed by commit rG078eb4bd85dd: [RISCV] Fix a UBSAN failure for passing INT64_MIN to std::abs. (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 551599 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|
clang-format not found in user’s local PATH; not linting file.