DirectXShaderCompiler/lib/Transforms
Adam Yang ef53fb0f0f
Fixed a crash due to an incorrect call to dropAllReferences (#5102)
Fixed a crash when there's addrspacecast going into a getelementptr, which goes into a dbg.decare. The HLSL SROA pass was incorrectly calling dropAllReferences on the addrspacecast ConstExpr, which invalidates the getelementptr ConstExpr (sets the operand to nullptr).
2023-03-22 12:43:06 -07:00
..
Hello Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
IPO Added -opt-disable sink to disable instruction sinking in instcombine (#5050) 2023-02-28 15:22:52 -08:00
InstCombine Added -opt-disable sink to disable instruction sinking in instcombine (#5050) 2023-02-28 15:22:52 -08:00
Instrumentation Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
ObjCARC build: fix include in header files. (#4652) 2022-09-15 16:00:29 +02:00
Scalar Fixed a crash due to an incorrect call to dropAllReferences (#5102) 2023-03-22 12:43:06 -07:00
Utils Fallthrough (#4843) 2022-12-09 10:13:56 -08:00
Vectorize Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
CMakeLists.txt Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
LLVMBuild.txt Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00