[all-commits] [llvm/llvm-project] 5b6207: [ADT] Flesh out HLSL raytracing environments
Chris B via All-commits
all-commits at lists.llvm.org
Tue Mar 29 07:43:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b6207f3cd5e266f3fda8085fcebe6dcf45dacbf
https://github.com/llvm/llvm-project/commit/5b6207f3cd5e266f3fda8085fcebe6dcf45dacbf
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-03-29 (Tue, 29 Mar 2022)
Changed paths:
M clang/lib/Frontend/InitPreprocessor.cpp
M llvm/include/llvm/ADT/Triple.h
M llvm/lib/Support/Triple.cpp
M llvm/unittests/ADT/TripleTest.cpp
Log Message:
-----------
[ADT] Flesh out HLSL raytracing environments
Fleshing this out now allows me to rely on enum math to translate
values rather than having to translate the off cases.
I should have added this in the first pass, but wasn't thinking about
it.
More information about the All-commits
mailing list