llvm-project
[HLSL] Implement HLSL Elementwise casting (excluding splat cases); Re-land #118842
#126258
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
20
Changes
View On
GitHub
Commits
Flat casts WIP
spall
committed
1 year ago
fix broken test
spall
committed
1 year ago
make clang format happy
spall
committed
1 year ago
CodeGen tests
spall
committed
1 year ago
address PR comments add some todos that need to be addressed
spall
committed
1 year ago
new tests
spall
committed
1 year ago
Self Review.
spall
committed
1 year ago
self review continued. Make FlattenAccessAndTypes not recursive and handle records correctly.
spall
committed
1 year ago
two test showing truncation to scalar
spall
committed
1 year ago
respond to pr comments
spall
committed
1 year ago
add case to switch
spall
committed
1 year ago
add newline to end of file
spall
committed
1 year ago
update cases with the cast
spall
committed
1 year ago
address pr comments
spall
committed
1 year ago
self review of loops
spall
committed
1 year ago
replace HLSLAggregateCast with HLSLElementwiseCast
spall
committed
1 year ago
rename test files
spall
committed
1 year ago
error for bitfields. tests for bitfield errors. minor pr suggestion change
spall
committed
1 year ago
Merge branch 'main' into issue-100609
spall
committed
1 year ago
fix warning seen by buildbot
spall
committed
1 year ago
Loading