[PATCH] D134950: [CodeGen] Allow targets to define vreg flags
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 17:43:05 PDT 2022
qcolombet added a comment.
> much appreciate it if you could give feedback on the vreg flags.
I think that could be fine as long as we specifically say that they can be dropped inadvertently, i.e., you can't rely on them.
That said, I believe that if we put such language, you wouldn't be able to do what you want since in theory the information could be inaccurate and at this point, having this information or no information is pretty much the same. (I would actually argue that no information is probably better!)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134950/new/
https://reviews.llvm.org/D134950
More information about the llvm-commits
mailing list