[all-commits] [llvm/llvm-project] 82676d: [RISCV] Fix bad isel predicate handling for Ztso. ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Sep 19 08:58:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82676d49d387f94d36f88580acff158cf78c00cd
https://github.com/llvm/llvm-project/commit/82676d49d387f94d36f88580acff158cf78c00cd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVInstrInfoA.td
M llvm/test/CodeGen/RISCV/atomic-rmw.ll
Log Message:
-----------
[RISCV] Fix bad isel predicate handling for Ztso. (#66739)
The predicates inside the AMOPat class were being overridden by the
Predicates = [HasStdExtA] at the instantiation.
More information about the All-commits
mailing list