[PATCH] D84201: [LangRef] Add integer wrapping operand bundles.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 07:26:34 PDT 2020
arsenm added a comment.
In D84201#2164166 <https://reviews.llvm.org/D84201#2164166>, @fhahn wrote:
> 2. adding the flags directly to calls means all calls need to pay some cost (a few extra bits somewhere)
But calls already have fast math flags; I assume these would alias the same bits
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84201/new/
https://reviews.llvm.org/D84201
More information about the llvm-commits
mailing list