Skip to content

duk-37/llvm-patch-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

llvm-patch-stuff

Some LLVM patches.

dereferenceable-select

Improves LLVM's ability to reason with dereferencability when it comes to select instructions, which improves passes like SROA. Causes functions like std::clamp to produce better (though still sub-optimal) IR. Now in mainline LLVM.

cpp-20-unevaluated-lambdas

Provides support for lambdas in an unevaluated context with C++20.

About

Some LLVM patches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages