summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/trap-crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Use misaligned load instead of trap0(#0) for __builtin_trapKrzysztof Parzyszek2019-02-211-0/+20
| | | | | | | | | The trap instruction is intercepted by various runtime environments, and instead of a crash it creates confusion. This reapplies r354606 with a fix. llvm-svn: 354611
* Revert r354606, it breaks asan testsKrzysztof Parzyszek2019-02-211-20/+0
| | | | llvm-svn: 354609
* [Hexagon] Use misaligned load instead of trap0(#0) for __builtin_trapKrzysztof Parzyszek2019-02-211-0/+20
The trap instruction is intercepted by various runtime environments, and instead of a crash it creates confusion. llvm-svn: 354606
OpenPOWER on IntegriCloud