[PATCH] D81919: [MIPS64] Workaround fixup_Mips_32 for getExprOpValue
hev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 04:24:09 PDT 2020
hev added a comment.
So do we need to maintain the same behavior as the GNU toolchain? The current behavior of including constraints is correct, and it seems clear to use explicit constraints, isn't it?
lui $0, %hi(label - offset)
ori $0, %lo(label - offset)
daddiu $0, $0, %lo(label - offset)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81919/new/
https://reviews.llvm.org/D81919
More information about the llvm-commits
mailing list