When folding IntToPtr or PtrToInt into Loads as in {D9152: [InstCombine] Fold IntToPtr and PtrToInt into preceding loads.}, the mips-varargs test-case needs to be updated.
Details
Details
- Reviewers
chandlerc majnemer - Commits
- rGc9741603bca0: [CodeGen] Update a test-case affected by folding IntToPtr/PtrToInt into Loads
rC238455: [CodeGen] Update a test-case affected by folding IntToPtr/PtrToInt into Loads
rL238455: [CodeGen] Update a test-case affected by folding IntToPtr/PtrToInt into Loads
Diff Detail
Diff Detail
- Repository
- rL LLVM