LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 37260 - X86 backend crashes with r330322
Summary: X86 backend crashes with r330322
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: X86 (show other bugs)
Version: trunk
Hardware: PC Linux
: P enhancement
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-26 14:38 PDT by Chandler Carruth
Modified: 2018-10-19 11:19 PDT (History)
4 users (show)

See Also:
Fixed By Commit(s): r330997


Attachments
Test case (734 bytes, text/plain)
2018-04-26 14:40 PDT, Chandler Carruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chandler Carruth 2018-04-26 14:38:51 PDT
Will attach test case...
Comment 1 Chandler Carruth 2018-04-26 14:40:25 PDT
Created attachment 20229 [details]
Test case
Comment 2 Chandler Carruth 2018-04-26 14:46:30 PDT
Reverted patches in r330997.
Comment 3 Sanjay Patel 2018-04-27 08:33:15 PDT
For reference, there's an updated patch proposal to transform the saturating intrinsics here:
https://reviews.llvm.org/D46179
Comment 4 Sanjay Patel 2018-10-19 11:02:41 PDT
Can we close this bug? The faulty commit (https://reviews.llvm.org/rL330322) was reverted and replaced with something else (https://reviews.llvm.org/rL339650), so we don't actually have a test for a crash currently.
Comment 5 Craig Topper 2018-10-19 11:19:24 PDT
Closing with the reversion commit