[llvm] ffafa0d - [test][InstCombine] Remove out-of-date comment
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 01:23:30 PST 2023
Author: Quentin Colombet
Date: 2023-01-19T10:22:37+01:00
New Revision: ffafa0d43d817b143c6d4f49a53f6763fb211500
URL: https://github.com/llvm/llvm-project/commit/ffafa0d43d817b143c6d4f49a53f6763fb211500
DIFF: https://github.com/llvm/llvm-project/commit/ffafa0d43d817b143c6d4f49a53f6763fb211500.diff
LOG: [test][InstCombine] Remove out-of-date comment
NFC
Added:
Modified:
llvm/test/Transforms/InstCombine/atomicrmw.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/atomicrmw.ll b/llvm/test/Transforms/InstCombine/atomicrmw.ll
index d2789e4a636d..cb2ebf729575 100644
--- a/llvm/test/Transforms/InstCombine/atomicrmw.ll
+++ b/llvm/test/Transforms/InstCombine/atomicrmw.ll
@@ -1,8 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -passes=instcombine -S -o - %s | FileCheck %s
-; Check that we can replace `atomicrmw <op> LHS, 0` with `load atomic LHS`.
-; This is possible when:
; Check that we don't replace `atomicrmw <op> LHS, 0` with `load atomic LHS`.
; Doing that would lose the store semantic of the `atomicrmw` operation.
; This may enable some other optimizations that would otherwise be illegal when
More information about the llvm-commits
mailing list