[PATCH] D127392: [InstCombine] Combine consecutive loads which are being merged to form a wider load.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 03:26:44 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/or-load.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+
----------------
add little and big endian test coverage


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127392/new/

https://reviews.llvm.org/D127392



More information about the llvm-commits mailing list