About the IR & Optimizations category
|
|
0
|
239
|
January 8, 2022
|
Accessing the command line from an opt plugin?
|
|
0
|
20
|
June 24, 2022
|
[RFC] Add more powerful pass to set Load/Store alignment
|
|
6
|
97
|
June 24, 2022
|
[RFC] Better support for typed pointers in an opaque pointer world
|
|
11
|
304
|
June 24, 2022
|
[RFC] Re-implement non-trivial SimpleLoopUnswitch with FunctionPass
|
|
7
|
292
|
June 23, 2022
|
Load Widening in IR
|
|
14
|
353
|
June 23, 2022
|
How to tell if a pointer is "this"?
|
|
3
|
124
|
June 23, 2022
|
[RFC] A Unified LTO Bitcode Frontend
|
|
32
|
691
|
June 22, 2022
|
[RFC] Addition of S_POGODATA field to PDB for better PGO analysis
|
|
3
|
95
|
June 22, 2022
|
Get Module from an IR instruction. Is it necessary to check nullptr in the chain of `getParent()` function call?
|
|
4
|
53
|
June 21, 2022
|
[RFC] Remove most constant expressions
|
|
17
|
1175
|
June 21, 2022
|
A label defined via inline asm() statement in a function body causes symbol redef error in LTO recompile
|
|
0
|
41
|
June 16, 2022
|
Opt -dot-cfg with exceptions
|
|
3
|
69
|
June 16, 2022
|
Missing header `llvm/IR/LegacyPassManager.h` after build
|
|
2
|
64
|
June 16, 2022
|
[RFC] Control-Depent Function Returns and Redefining Control Dependencies
|
|
3
|
55
|
June 15, 2022
|
The Optimization Space
|
|
4
|
111
|
June 14, 2022
|
Platform independent Union in LLVM-IR? Or at least constant sizeof?
|
|
4
|
94
|
June 13, 2022
|
[RFC][TargetTransformInfo] Add an option to supply cache line size if not provided by the target?
|
|
4
|
75
|
June 13, 2022
|
Please don't use "br undef" in tests (aka please avoid test cases with UB)
|
|
6
|
250
|
June 13, 2022
|
Why is llvm.loop.unroll.disable appended for -O1 -emit-llvm
|
|
2
|
58
|
June 13, 2022
|
[AArch64] Is the cost of MSUB instruction is significantly higher than that of the MADD instruction?
|
|
5
|
111
|
June 11, 2022
|
[Solved]Migrating legacyPM passes to NewPM
|
|
5
|
101
|
June 10, 2022
|
Identifying loop guards (created by loop-rotation pass)
|
|
0
|
37
|
June 9, 2022
|
It is surprising that readnone implies writeonly
|
|
5
|
121
|
June 9, 2022
|
Address thread identification problems with coroutine
|
|
52
|
686
|
June 9, 2022
|
[RFC] Assignment tracking: A better way of specifying variable locations in IR
|
|
14
|
480
|
June 9, 2022
|
Alias analysis missing obvious control flow information?
|
|
4
|
80
|
June 8, 2022
|
RFC: Add "call unwindabort" to LLVM IR
|
|
3
|
275
|
June 8, 2022
|
Question about getelementptr inbounds with offset 0
|
|
11
|
232
|
June 4, 2022
|
Question: is `add nuw i32 -1, 1` a poison value?
|
|
2
|
85
|
June 4, 2022
|