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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 12:08:36 PDT 2020


fhahn 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
+
----------------
vsk wrote:
> Just a drive-by question/comment -- is a check line needed here? I assumed FileCheck complains if it doesn't find one.
arg, it should have added check lines.......... Will update


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