LowerSELECT_CC can be used to lower intrinsics for example __builtin_max. In the long double case, we need to add this check so that ppcf128 does not wrongly pickup PPCISD::XSMAXC.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
This does not affect existing tests. The case to show is __builtin_max which I'm still working on, and will coming out shortly. I'm not sure if we can forge a test case to show its effectiveness in current code base.