update test due to https://github.com/llvm/llvm-project/pull/126880 n… · llvm/llvm-project@bc65196 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit bc65196
authored and
committed
update test due to #126880 not being backported
File tree
1 file changed
lines changed
- llvm/test/CodeGen/PowerPC
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1365,7 +1365,7 @@ define half @trunc(fp128 %a) nounwind { | ||
1365 | 1365 | ; CHECK-P8-NEXT: bl __trunckfhf2 |
1366 | 1366 | ; CHECK-P8-NEXT: nop |
1367 | 1367 | ; CHECK-P8-NEXT: clrldi r3, r3, 48 |
1368 | -; CHECK-P8-NEXT: bl __extendhfsf2 | |
1368 | +; CHECK-P8-NEXT: bl __gnu_h2f_ieee | |
1369 | 1369 | ; CHECK-P8-NEXT: nop |
1370 | 1370 | ; CHECK-P8-NEXT: addi r1, r1, 32 |
1371 | 1371 | ; CHECK-P8-NEXT: ld r0, 16(r1) |