[PATCH] D110037: [X86] Always check the size of SourceTy before getting the next type
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 19 08:03:17 PDT 2021
lebedev.ri added inline comments.
================
Comment at: clang/test/CodeGen/X86/va-arg-sse.c:2
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
// RUN: %clang_cc1 %s -O2 -emit-llvm -o - -triple x86_64-unknown-unknown | FileCheck %s
----------------
Please don't use `-O*` in clang irgen tests.
This should *only* test what IR is produced by clang itself.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110037/new/
https://reviews.llvm.org/D110037
More information about the cfe-commits
mailing list