[all-commits] [llvm/llvm-project] 4d80e9: [RISCV] Remove RISCVISD opcodes for LGA, LA_TLS_IE...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Oct 25 11:29:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d80e93039230d63ee2ca18959147433b4b525a2
https://github.com/llvm/llvm-project/commit/4d80e93039230d63ee2ca18959147433b4b525a2
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
Log Message:
-----------
[RISCV] Remove RISCVISD opcodes for LGA, LA_TLS_IE, and LA_TLS_GD. (#70137)
This effectively reverts f912d21e673b0
This was originally done for consistency with RISCVISD::ADD_LO so that
all nodes were emitted as RISCVISD nodes.
I've received feedback a couple times that its not worth it. So I'm
putting it back.
More information about the All-commits
mailing list