These intrinsics are simply expanded to regular icmp/fcmp instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/ExpandVectorPredication.cpp | ||
---|---|---|
174 | Do we need \brief on doxygen comments? There are old patches like https://reviews.llvm.org/D46861 that removed them. |
llvm/lib/CodeGen/ExpandVectorPredication.cpp | ||
---|---|---|
174 | Yep, done as a follow up in rGa3a9b0743e31 |
llvm/lib/CodeGen/ExpandVectorPredication.cpp | ||
---|---|---|
401 | OC is unused in -Asserts. |
llvm/lib/CodeGen/ExpandVectorPredication.cpp | ||
---|---|---|
401 | Thanks - should be fixed by rG08497a785bfb |
Do we need \brief on doxygen comments? There are old patches like https://reviews.llvm.org/D46861 that removed them.