[llvm] [RISCV][ISEL] Lowering to load-acquire/store-release for RISCV Zalasr (PR #82914)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 25 21:55:07 PST 2024


================
@@ -491,8 +491,8 @@ class RISCVTargetLowering : public TargetLowering {
       SDValue X, ConstantSDNode *XC, ConstantSDNode *CC, SDValue Y,
       unsigned OldShiftOpcode, unsigned NewShiftOpcode,
       SelectionDAG &DAG) const override;
-  /// Return true if the (vector) instruction I will be lowered to an instruction
-  /// with a scalar splat operand for the given Operand number.
+  /// Return true if the (vector) instruction I will be lowered to an
----------------
topperc wrote:

Don't reformat unrelated code

https://github.com/llvm/llvm-project/pull/82914


More information about the llvm-commits mailing list