eklepilkina added a comment.
Gently ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139704/new/
https://reviews.llvm.org/D139704
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.l
eklepilkina added a comment.
Gently ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139704/new/
https://reviews.llvm.org/D139704
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.l
eklepilkina added a comment.
I've created one more patch connected with lto https://reviews.llvm.org/D142191
and it also uses attributes of functions as the way to get right TargetMachine
in linker.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D13
eklepilkina added a comment.
> How does this affect LTO?
More detailed answer. We work with bitcode files only when use `lto`. If we
don't use `lto` clang produces `.o` file that are already contains target
information. We don't work with function attributes to get subtarget without
lto.
Rep
eklepilkina added a comment.
> How does this affect LTO?
This problem appeared only under lto as far as it's processed as one module.
> Is this not just one of many symptoms of RISC-V not having the right
> module-level subtarget under LTO, which is a real problem that needs fixing?
Not exactl
erichkeane added a subscriber: eli.friedman.
erichkeane added a comment.
The code changes/test changes seem innocuous enough, so from an 'attribute code
owner perspective' I think this is alright. I think @rjmccall or @eli.friedman
need to take a peak from CodeGen owner's perspective, and it se
jrtc27 added a comment.
How does this affect LTO? LTO for RISC-V is broken for various reasons, but LTO
isn't Clang's responsibility beyond passing on driver arguments. Is this not
just one of many symptoms of RISC-V not having the right module-level subtarget
under LTO, which is a real problem
eklepilkina added a comment.
Herald added a subscriber: luke.
Gently ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139704/new/
https://reviews.llvm.org/D139704
___
cfe-commits mailing list
cfe-commi
eklepilkina added a comment.
Gently ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139704/new/
https://reviews.llvm.org/D139704
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.l
eklepilkina created this revision.
Herald added subscribers: sunshaoce, VincentWu, vkmr, frasercrmck, evandro,
luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei,
PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27,
shiva0217, kito-cheng, niosH
10 matches
Mail list logo