[PATCH] D148456: [SROA] Remove UB-implying metadata when promoting speculative instruction.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 16 07:04:48 PDT 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LG



================
Comment at: llvm/test/Transforms/SROA/select-load-with-nonnull.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes='sroa<modify-cfg>' -S | FileCheck %s
----------------
I'd suggest adding this test to llvm/test/Transforms/SROA/select-load.ll instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148456



More information about the llvm-commits mailing list