llvm-project/clang/lib/CodeGen
Alexey Bataev 1fc1f8e819 [OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function.
Coalesced memory access requires use of the new function
`__kmpc_data_sharing_coalesced_push_stack` instead of the
`__kmpc_data_sharing_push_stack`.

llvm-svn: 345991
2018-11-02 16:08:31 +00:00
..
ABIInfo.h Delete BuiltinCC. NFC. 2018-03-20 22:02:57 +00:00
Address.h
BackendUtil.cpp Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -fsanitize=address" 2018-10-26 22:51:51 +00:00
CGAtomic.cpp Do not use optimized atomic libcalls for misaligned atomics. 2018-09-07 23:57:54 +00:00
CGBlocks.cpp Create ConstantExpr class 2018-10-31 03:48:47 +00:00
CGBlocks.h Fix the type of 1<<31 integer constants. 2018-09-24 17:51:15 +00:00
CGBuilder.h Remove trailing space 2018-07-30 19:24:48 +00:00
CGBuiltin.cpp Reapply Logging: make os_log buffer size an integer constant expression. 2018-11-02 13:14:11 +00:00
CGCUDANV.cpp [CUDA] Use all 64 bits of GUID in __nv_module_id 2018-10-05 18:39:58 +00:00
CGCUDARuntime.cpp Refactor call emission to package the function pointer together with 2016-10-26 23:46:34 +00:00
CGCUDARuntime.h
CGCXX.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
CGCXXABI.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
CGCXXABI.h [WebAssembly] Use Windows EH instructions for Wasm EH 2018-05-31 22:18:13 +00:00
CGCall.cpp [CodeGen] Update min-legal-vector width based on function argument and return types 2018-10-24 17:42:17 +00:00
CGCall.h Remove trailing space 2018-07-30 19:24:48 +00:00
CGClass.cpp Distinguish `__block` variables that are captured by escaping blocks 2018-10-01 21:51:28 +00:00
CGCleanup.cpp [TI removal] Make `getTerminator()` return a generic `Instruction`. 2018-10-15 10:42:50 +00:00
CGCleanup.h Remove trailing space 2018-07-30 19:24:48 +00:00
CGCoroutine.cpp Port getLocStart -> getBeginLoc 2018-08-09 21:08:08 +00:00
CGDebugInfo.cpp NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
CGDebugInfo.h Revert r345009 "[DebugInfo] Generate debug information for labels. (After fix PR39094)" 2018-10-23 13:17:13 +00:00
CGDecl.cpp Create ConstantExpr class 2018-10-31 03:48:47 +00:00
CGDeclCXX.cpp Part of PR39508: Emit an @llvm.invariant.start after storing to 2018-10-31 20:39:26 +00:00
CGException.cpp NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
CGExpr.cpp [CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC. 2018-11-01 21:57:05 +00:00
CGExprAgg.cpp PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type 2018-10-30 02:02:49 +00:00
CGExprCXX.cpp PR24164, PR39336: init-captures are not distinct full-expressions. 2018-10-19 19:01:34 +00:00
CGExprComplex.cpp [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
CGExprConstant.cpp [AST] Refactor PredefinedExpr 2018-10-27 19:21:19 +00:00
CGExprScalar.cpp [CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC. 2018-11-01 21:57:05 +00:00
CGGPUBuiltin.cpp Recommit r326946 after reducing CallArgList memory footprint 2018-03-15 15:25:19 +00:00
CGLoopInfo.cpp [TI removal] Test predicate rather than casting to detect a terminator 2018-10-18 08:16:20 +00:00
CGLoopInfo.h [UnrollAndJam] Add unroll_and_jam pragma handling 2018-08-01 14:36:12 +00:00
CGNonTrivialStruct.cpp [CodeGen] Before entering the loop that copies a non-trivial array field 2018-10-02 01:00:44 +00:00
CGObjC.cpp [CodeGen] Fix assertion on referencing constexpr Obj-C object with ARC. 2018-11-01 22:50:08 +00:00
CGObjCGNU.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-26 22:16:28 +00:00
CGObjCMac.cpp [CodeGen] Handle extern references to OBJC_CLASS_$_* 2018-10-12 17:22:10 +00:00
CGObjCRuntime.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
CGObjCRuntime.h [CodeGen] Merge identical block descriptor global variables. 2018-08-17 15:46:07 +00:00
CGOpenCLRuntime.cpp Revert r326937 "[OpenCL] Remove block invoke function from emitted block literal struct" 2018-10-02 13:02:24 +00:00
CGOpenCLRuntime.h Revert r326937 "[OpenCL] Remove block invoke function from emitted block literal struct" 2018-10-02 13:02:24 +00:00
CGOpenMPRuntime.cpp [OPENMP]Change the mapping type for lambda captures. 2018-11-02 15:25:06 +00:00
CGOpenMPRuntime.h [OPENMP] Support for mapping of the lambdas in target regions. 2018-10-30 15:50:12 +00:00
CGOpenMPRuntimeNVPTX.cpp [OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_stack function. 2018-11-02 16:08:31 +00:00
CGOpenMPRuntimeNVPTX.h [OPENMP][NVPTX]Improve emission of the globalized variables for 2018-11-02 14:54:07 +00:00
CGRecordLayout.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CGRecordLayoutBuilder.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
CGStmt.cpp Create ConstantExpr class 2018-10-31 03:48:47 +00:00
CGStmtOpenMP.cpp Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
CGVTT.cpp [CodeGen] Align rtti and vtable data 2018-09-12 14:09:06 +00:00
CGVTables.cpp llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-26 22:16:28 +00:00
CGVTables.h Remove trailing space 2018-07-30 19:24:48 +00:00
CGValue.h Remove trailing space 2018-07-30 19:24:48 +00:00
CMakeLists.txt Compile CodeGenModule.cpp with /bigobj. 2018-06-26 17:45:26 +00:00
CodeGenABITypes.cpp Include getting generated struct offsets in CodegenABITypes 2017-10-10 23:54:21 +00:00
CodeGenAction.cpp [CodeGen][Timers] Enable llvm::TimePassesIsEnabled when -ftime-report is specified 2018-08-08 19:14:23 +00:00
CodeGenFunction.cpp Implement Function Multiversioning for Non-ELF Systems. 2018-10-25 18:57:19 +00:00
CodeGenFunction.h [CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC. 2018-11-01 21:57:05 +00:00
CodeGenModule.cpp CPU-Dispatch- Fix type of a member function, prevent deferrals 2018-11-01 15:11:41 +00:00
CodeGenModule.h Implement Function Multiversioning for Non-ELF Systems. 2018-10-25 18:57:19 +00:00
CodeGenPGO.cpp [cxx2a] P0614R1: Support init-statements in range-based for loops. 2018-09-28 18:44:09 +00:00
CodeGenPGO.h Remove a dead field. NFC. 2017-04-24 20:54:36 +00:00
CodeGenTBAA.cpp [CodeGen] Fix generation of TBAA tags for may-alias accesses 2018-02-20 12:33:04 +00:00
CodeGenTBAA.h [CodeGen] Fix generation of TBAA tags for may-alias accesses 2018-02-20 12:33:04 +00:00
CodeGenTypeCache.h Delete BuiltinCC. NFC. 2018-03-20 22:02:57 +00:00
CodeGenTypes.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
CodeGenTypes.h Remove trailing space 2018-07-30 19:24:48 +00:00
ConstantEmitter.h [NFC] typo 2018-07-11 19:51:40 +00:00
ConstantInitBuilder.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
CoverageMappingGen.cpp [cxx2a] P0614R1: Support init-statements in range-based for loops. 2018-09-28 18:44:09 +00:00
CoverageMappingGen.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
EHScopeStack.h Spelling mistakes in comments. NFCI. (PR27635) 2017-03-30 14:13:19 +00:00
ItaniumCXXABI.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
MacroPPCallbacks.cpp [clang] Move two utility functions into SourceManager 2018-10-30 12:37:16 +00:00
MacroPPCallbacks.h Add header guards to some headers that are missing them 2018-09-03 16:26:36 +00:00
MicrosoftCXXABI.cpp [CodeGen] Align rtti and vtable data 2018-09-12 14:09:06 +00:00
ModuleBuilder.cpp [MS] Defer dllexport inline friend functions like other inline methods 2018-09-18 23:16:30 +00:00
ObjectFilePCHContainerOperations.cpp [clang] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:30:56 +00:00
README.txt
SanitizerMetadata.cpp hwasan: add -fsanitize=kernel-hwaddress flag 2018-04-13 18:05:21 +00:00
SanitizerMetadata.h
SwiftCallingConv.cpp In swiftcall, don't merge FP/vector types within a chunk. 2018-10-29 20:32:36 +00:00
TargetInfo.cpp Re-land r345676 "[Win64] Handle passing i128 by value" 2018-10-31 17:43:55 +00:00
TargetInfo.h [CUDA][HIP] Set kernel calling convention before arrange function 2018-06-12 00:16:33 +00:00
VarBypassDetector.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
VarBypassDetector.h [CodeGen] Don't emit lifetime intrinsics for some local variables 2016-10-26 05:42:30 +00:00

README.txt

IRgen optimization opportunities.

//===---------------------------------------------------------------------===//

The common pattern of
--
short x; // or char, etc
(x == 10)
--
generates an zext/sext of x which can easily be avoided.

//===---------------------------------------------------------------------===//

Bitfields accesses can be shifted to simplify masking and sign
extension. For example, if the bitfield width is 8 and it is
appropriately aligned then is is a lot shorter to just load the char
directly.

//===---------------------------------------------------------------------===//

It may be worth avoiding creation of alloca's for formal arguments
for the common situation where the argument is never written to or has
its address taken. The idea would be to begin generating code by using
the argument directly and if its address is taken or it is stored to
then generate the alloca and patch up the existing code.

In theory, the same optimization could be a win for block local
variables as long as the declaration dominates all statements in the
block.

NOTE: The main case we care about this for is for -O0 -g compile time
performance, and in that scenario we will need to emit the alloca
anyway currently to emit proper debug info. So this is blocked by
being able to emit debug information which refers to an LLVM
temporary, not an alloca.

//===---------------------------------------------------------------------===//

We should try and avoid generating basic blocks which only contain
jumps. At -O0, this penalizes us all the way from IRgen (malloc &
instruction overhead), all the way down through code generation and
assembly time.

On 176.gcc:expr.ll, it looks like over 12% of basic blocks are just
direct branches!

//===---------------------------------------------------------------------===//