[llvm] [TableGen][CodeGen] Remove DisableEncoding field of Instruction class (PR #156098)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 29 13:24:37 PDT 2025
================
@@ -1783,7 +1780,7 @@ def : DwordAddrPat <i32, R600_Reg32>;
def getLDSNoRetOp : InstrMapping {
let FilterClass = "R600_LDS_1A1D";
let RowFields = ["BaseOp"];
- let ColFields = ["DisableEncoding"];
- let KeyCol = ["$dst"];
- let ValueCols = [[""""]];
+ let ColFields = ["usesCustomInserter"];
+ let KeyCol = ["1"];
+ let ValueCols = [["0"]];
}
----------------
s-barannikov wrote:
This is the only non-straightforward change.
https://github.com/llvm/llvm-project/pull/156098
More information about the llvm-commits
mailing list