UBSAN complains when tblgen performs SHL of a negative
value.
Details
Details
- Reviewers
arsenm - Commits
- rG3f0c9c163423: Fix ubsan error in tblgen with signed left shift
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81952
Fix ubsan error in tblgen with signed left shift ClosedPublic Authored by rampitec on Jun 16 2020, 10:52 AM.
Details
Summary UBSAN complains when tblgen performs SHL of a negative
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 16 2020, 11:03 AM Closed by commit rG3f0c9c163423: Fix ubsan error in tblgen with signed left shift (authored by rampitec). · Explain WhyJun 16 2020, 11:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 271151 llvm/lib/TableGen/Record.cpp
llvm/lib/Target/AMDGPU/SMInstructions.td
|