[all-commits] [llvm/llvm-project] 4629af: [X86] Include %rip for 32-bit RIP-relative relocs ...
Harald van Dijk via All-commits
all-commits at lists.llvm.org
Sat Nov 21 09:20:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4629afa101d48bf347dfdd9d08796faeb489cd5f
https://github.com/llvm/llvm-project/commit/4629afa101d48bf347dfdd9d08796faeb489cd5f
Author: Harald van Dijk <harald at gigawatt.nl>
Date: 2020-11-21 (Sat, 21 Nov 2020)
Changed paths:
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/test/CodeGen/X86/pic.ll
Log Message:
-----------
[X86] Include %rip for 32-bit RIP-relative relocs for x32
%rip was only included for 64-bit RIP-relative relocations, but needs to be included for 32-bit as well.
Reviewed By: MaskRay, RKSimon
Differential Revision: https://reviews.llvm.org/D91339
More information about the All-commits
mailing list