[PATCH] D137700: [reg2mem]Skip non-sized Instructions
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 13 01:11:55 PST 2022
nikic added inline comments.
================
Comment at: llvm/test/Transforms/Reg2Mem/catchswitch-crash.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+;RUN: opt -passes=reg2mem -S < %s | FileCheck %s
----------------
It looks like something went wrong here and no check lines were generated, which makes the test fail now. I wonder whether this might be related to the weird function names? Maybe replacing them with something like `@test` would make it work?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137700/new/
https://reviews.llvm.org/D137700
More information about the llvm-commits
mailing list