API simplification
Details
Details
- Reviewers
courbet sanjoy reames - Commits
- rZORG09dcd160a7f7: [NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
rZORG1a4dbb965b2b: [NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
rG09dcd160a7f7: [NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
rG1a4dbb965b2b: [NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
rGe386a01e8459: [NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
rL361140: [NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
rGfa8c1525762f: [NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
rL361129: [NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | ||
---|---|---|
5494 ↗ | (On Diff #197309) | Please update the comment. |
7542 ↗ | (On Diff #197309) | So this is not really an NFC as this is is no longer executed on setjmp, longjmp, and clear_cache. Here ends my knowledge, let's find reviewers who can comment on whether this is OK or not :) |
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | ||
---|---|---|
6511 ↗ | (On Diff #197314) | Thx. It is indeed nullptr for X86 https://github.com/llvm-mirror/llvm/blob/master/lib/Target/X86/X86ISelLowering.h#L1124 |
7542 ↗ | (On Diff #197309) |