[PATCH] D90258: [InstCombine] Do not introduce bitcasts for swifterror arguments.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 12:07:26 PDT 2020


vsk added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/swifterror-argument-bitcast-fold.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; opt -instcombine -S %s | FileCheck %s
+
----------------
Just a drive-by question/comment -- is a check line needed here? I assumed FileCheck complains if it doesn't find one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90258



More information about the llvm-commits mailing list