[all-commits] [llvm/llvm-project] 68c976: [X86] Fix referencing local tagged globals
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Sun Dec 17 14:08:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68c976bf64f50fe9c16a335378a964c166851962
https://github.com/llvm/llvm-project/commit/68c976bf64f50fe9c16a335378a964c166851962
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-12-17 (Sun, 17 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86Subtarget.cpp
M llvm/test/CodeGen/X86/tagged-globals-pic.ll
M llvm/test/CodeGen/X86/tagged-globals-static.ll
Log Message:
-----------
[X86] Fix referencing local tagged globals
We should treat the medium code model like the small code model.
Classifying non-local references already properly handled this.
More information about the All-commits
mailing list