[PATCH] D151492: Add fastmath attributes to llvm.call_intrinsic
Lily Orth-Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 13:36:38 PDT 2023
electriclilies added inline comments.
================
Comment at: clang/lib/CodeGen/CGHLSLRuntime.cpp:367
// that can be valid on the real entry.
- // This is what I want to do
AttributeList NewAttrs = AttributeList::get(Ctx, AttributeList::FunctionIndex,
----------------
ftynse wrote:
> This cleanup should go in a separate commit.
For some reason arcanist is showing the diff between my 2 latest commits, not between main and my branch, I added this in a previous commit then removed it in my final clean up commit..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151492/new/
https://reviews.llvm.org/D151492
More information about the cfe-commits
mailing list